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-2.0.0.tar.gz
(33.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file monday_code-2.0.0.tar.gz.
File metadata
- Download URL: monday_code-2.0.0.tar.gz
- Upload date:
- Size: 33.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e254b04fa8d56b14cf415f19e298a9a83a6dc3e39fe558ebf33971d60c95cc2f
|
|
| MD5 |
fe589cb29356bec52ad9825003a93e7e
|
|
| BLAKE2b-256 |
a5ced08f935b73a55818300d6e778e35ea5cdcc263dad85b6daf779ee4b3222a
|
File details
Details for the file monday_code-2.0.0-py3-none-any.whl.
File metadata
- Download URL: monday_code-2.0.0-py3-none-any.whl
- Upload date:
- Size: 58.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4be63e038b092094d565cceed88066369b590f264f381c029a296ee8ddfe04f
|
|
| MD5 |
5d2df284abdb78105156621a28fe1db2
|
|
| BLAKE2b-256 |
07ac462805de8e1386c791dfe7317d736213d601f199d5e158cfbe3eaaffab1f
|