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-1.0.0.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-1.0.0.tar.gz.
File metadata
- Download URL: monday_code-1.0.0.tar.gz
- Upload date:
- Size: 33.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29fc7db900d17a58dbfb156bf0a4a862c525f65a4892af78f771ab02b4a6d7b1
|
|
| MD5 |
50cf16c3e9a1d4db59fc5947eb2e06ea
|
|
| BLAKE2b-256 |
d708826e547fee1240ac9c068f34745b8d498bf09f6bd7d846a1a7609b8534bc
|
File details
Details for the file monday_code-1.0.0-py3-none-any.whl.
File metadata
- Download URL: monday_code-1.0.0-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.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66f666fdd09500c77734fe1a9697b3c099c1af2fb3e1deb06fdb34cead475847
|
|
| MD5 |
5d062f103d0f294e87796c4dd9ac8922
|
|
| BLAKE2b-256 |
c50c158d076335f47b5763d031985ed31323aa29ddff998f1caae2bc65057f00
|