mcode-sdk-api
Project description
monday-code
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
This Python package is automatically generated by the OpenAPI Generator project:
- API version: 0.0.1
- Package version: 0.0.1
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
Requirements.
Python 3.7+
Installation & Usage
pip install
If the python package is hosted on a repository, you can install directly using:
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
(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
Setuptools
Install via Setuptools.
python setup.py install --user
(or sudo python setup.py install
to install the package for all users)
Then import the package:
import monday_code
Tests
Execute pytest
to run the tests.
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 for API Endpoints
All URIs are relative to http://localhost:59999
Class | Method | HTTP request | Description |
---|---|---|---|
QueueApi | publish_message | POST /queue | |
QueueApi | validate_secret | POST /queue/validate-secret | |
SecretApi | get_secret | GET /secrets/{name} | |
SecureStorageApi | delete_secure_storage | DELETE /secure-storage/{key} | |
SecureStorageApi | get_secure_storage | GET /secure-storage/{key} | |
SecureStorageApi | put_secure_storage | PUT /secure-storage/{key} | |
StorageApi | delete_by_key_from_storage | DELETE /storage/{key} | |
StorageApi | get_by_key_from_storage | GET /storage/{key} | |
StorageApi | increment_counter | POST /storage/counter/increment | |
StorageApi | upsert_by_key_from_storage | PUT /storage/{key} |
Documentation For Models
- GetByKeyFromStorage404Response
- GetByKeyFromStorage500Response
- IncrementCounterParams
- JsonValue
- Period
- PublishMessageParams
- PublishMessageResponse
- SecureStorageDataContract
- StorageDataContract
- ValidateSecretParams
- ValidateSecretResponse
Documentation For Authorization
Endpoints do not require authorization.
Author
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
Built Distribution
File details
Details for the file monday_code-0.0.2.tar.gz
.
File metadata
- Download URL: monday_code-0.0.2.tar.gz
- Upload date:
- Size: 27.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8a721671bd0e629c7d2e9209e72d23407369390eb2ca136d994260e8161217cc |
|
MD5 | d54b9de9f698e65293daf59464608c89 |
|
BLAKE2b-256 | f4b916bb1a017ed8778e841e05c847766ec782912806f77781f84cc77b5ccef6 |
Provenance
File details
Details for the file monday_code-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: monday_code-0.0.2-py3-none-any.whl
- Upload date:
- Size: 42.0 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 | 825926a3e04a94e7f01a0cb6b087060b55246d7830afe54b639818aabc08fb3a |
|
MD5 | 075f3406134d8050c295683fc8f3eec9 |
|
BLAKE2b-256 | f7ca75b9796796e5f03a252ec245fb47716e76d0222631a3e3cff5cae33ee72d |