mcode-sdk-api
Project description
monday-code
Installation & Usage
pip install 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
async with monday_code.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = monday_code.EnvironmentVariablesApi(api_client)
name = 'name_example' # str |
try:
api_response = await api_instance.get_environment_variable(name)
print("The response of EnvironmentVariablesApi->get_environment_variable:\n")
pprint(api_response)
except ApiException as e:
print("Exception when calling EnvironmentVariablesApi->get_environment_variable: %s\n" % e)
Documentation for API Endpoints
All URIs are relative to http://localhost:59999
| Class | Method | HTTP request | Description |
|---|---|---|---|
| EnvironmentVariablesApi | get_environment_variable | GET /environment-variables/{name} | |
| EnvironmentVariablesApi | get_environment_variable_keys | GET /environment-variables | |
| LogsApi | write_log | POST /logs | |
| ObjectStorageApi | delete_file | DELETE /object-storage/files/{filename} | |
| ObjectStorageApi | download_file | GET /object-storage/files/{filename} | |
| ObjectStorageApi | get_file_info | GET /object-storage/files/{filename}/info | |
| ObjectStorageApi | list_files | GET /object-storage/files | |
| ObjectStorageApi | upload_file | POST /object-storage/files | |
| QueueApi | publish_message | POST /queue | |
| QueueApi | validate_secret | POST /queue/validate-secret | |
| SecretsApi | get_secret | GET /secrets/{name} | |
| SecretsApi | get_secret_keys | GET /secrets | |
| 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 | PUT /storage/counter/increment | |
| StorageApi | search_record | GET /storage/search/{term} | |
| StorageApi | upsert_by_key_from_storage | PUT /storage/{key} |
Documentation For Models
- DeleteFileResponse
- DownloadFileResponse
- FileInfo
- GetByKeyFromStorage404Response
- GetByKeyFromStorage500Response
- GetFileInfoResponse
- IncrementCounter200Response
- IncrementCounter200ResponseAnyOf
- IncrementCounter200ResponseAnyOf1
- IncrementCounterParams
- JsonDataContract
- ListFilesResponse
- LogMethods
- Period
- PublishMessageParams
- PublishMessageResponse
- StorageDataContract
- UploadFileResponse
- UpsertByKeyFromStorage200Response
- UpsertByKeyFromStorage200ResponseAnyOf
- UpsertByKeyFromStorage200ResponseAnyOf1
- ValidateSecretParams
- ValidateSecretResponse
- WriteLogRequestBody
- WriteLogRequestBodyError
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.1.0.tar.gz
(39.4 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.1.0.tar.gz.
File metadata
- Download URL: monday_code-2.1.0.tar.gz
- Upload date:
- Size: 39.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bdb9b43c5f7c399a71faaa62e157e1a851dbcca53a79f47fff14fa595d4e85d0
|
|
| MD5 |
d64268350b0223c01967c0b2cd95ce25
|
|
| BLAKE2b-256 |
a125cb6d5b1d9c87f6d83711441a96108486552e14762f880ca0109c81fa318e
|
File details
Details for the file monday_code-2.1.0-py3-none-any.whl.
File metadata
- Download URL: monday_code-2.1.0-py3-none-any.whl
- Upload date:
- Size: 71.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5bb157269a06d2a2643ca57ec038aa994ba786242d61228018bf16fb26d3326
|
|
| MD5 |
6b2520eb837a192dd748ddae893e3bd7
|
|
| BLAKE2b-256 |
c3954d24ba3a9ab8e7e17b7c804b379463744e90cc48d720b68bf935f5039df1
|