mcode-sdk-api
Project description
monday-code
Requirements.
Python 3.7+
Installation & Usage
pip install
If the python package is hosted on a repository, you can install directly using:
pip install monday-code
Then import the package:
import monday_code
Getting Started
import monday_code
from monday_code.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to http://localhost:59999
# See configuration.py for a list of all supported configuration parameters.
configuration = monday_code.Configuration()
# Enter a context with an instance of the API client
with monday_code.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = monday_code.QueueApi(api_client)
publish_message_params = monday_code.PublishMessageParams() # PublishMessageParams |
try:
api_response = api_instance.publish_message(publish_message_params)
print("The response of QueueApi->publish_message:\n")
pprint(api_response)
except ApiException as e:
print("Exception when calling QueueApi->publish_message: %s\n" % e)
Documentation
Further documentation could be found at GitHub
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
monday_code-0.2.2.tar.gz
(32.9 kB
view details)
Built Distribution
File details
Details for the file monday_code-0.2.2.tar.gz
.
File metadata
- Download URL: monday_code-0.2.2.tar.gz
- Upload date:
- Size: 32.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bc56e2b60ea0152fe4948b3694b1ecd90fef6f69f919e11955cf397e22e20ba4 |
|
MD5 | 3ac9aa4222cb17c8d6e5395319d996f4 |
|
BLAKE2b-256 | 276ca3d5d9b90632bbc9198168aa35e33435f622cc7c9c05e185a8c1b987b083 |
File details
Details for the file monday_code-0.2.2-py3-none-any.whl
.
File metadata
- Download URL: monday_code-0.2.2-py3-none-any.whl
- Upload date:
- Size: 58.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aecfc5cf08e3e516ff694da0c4082fd9cdf5efc9a3c275e449c304f78ef020af |
|
MD5 | 65d92f61e1e661b44ffe72e004d1a646 |
|
BLAKE2b-256 | f3c48ab4e79485b7decd1ada08d60e33e4febfb6d2a964cec116faff4c8abdff |