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
(you may need to run pip
with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
)
Then import the package:
import monday_code
Getting Started
Please follow the installation procedure and then run the following:
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(
host = "http://localhost:59999"
)
# 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
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.0.3.tar.gz
(26.9 kB
view details)
Built Distribution
File details
Details for the file monday_code-0.0.3.tar.gz
.
File metadata
- Download URL: monday_code-0.0.3.tar.gz
- Upload date:
- Size: 26.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 24880ae4771397d8da5b07c89f6824b63e32f28b871d318c510afc8726e80437 |
|
MD5 | 4f149507e9798394e7ec8680b4995d30 |
|
BLAKE2b-256 | ff6e9a67b677bbd6989ce1c7f3799541a893688fb51e34e273f7930b96a42d41 |
Provenance
File details
Details for the file monday_code-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: monday_code-0.0.3-py3-none-any.whl
- Upload date:
- Size: 41.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a600bed8f444551edb1a31e86eeeb094ee5204a97a20831e0da62d7112a336c2 |
|
MD5 | bce32eabf9eb2b3b9cc85183a2242595 |
|
BLAKE2b-256 | e6c558f07fa4d25775e79f2aa3b3201b09c02b786862cf5283deed84ae46780b |