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.4.tar.gz
(33.7 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-0.2.4.tar.gz.
File metadata
- Download URL: monday_code-0.2.4.tar.gz
- Upload date:
- Size: 33.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0951dbb472170d79bad41c7413cdd8d10660f6349659dceb8ce3e808ffa09cf2
|
|
| MD5 |
65a287869b66178e9b226d64f26fda45
|
|
| BLAKE2b-256 |
9be6b0296ab60a2b962e67d4667d7517af6bfcdeab797b0d96cdd3b09ffd5f4d
|
File details
Details for the file monday_code-0.2.4-py3-none-any.whl.
File metadata
- Download URL: monday_code-0.2.4-py3-none-any.whl
- Upload date:
- Size: 58.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ca21e85c0047ff4c4df90db701f5579138de006895e70d523d8b163bcbdc755
|
|
| MD5 |
659f9c670ab7eb2d036184658635404a
|
|
| BLAKE2b-256 |
3c1e7cdc597f310684357f7b7cc74320b1d7daa76bc1d37760e4393a87d49b95
|