Skip to main content

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


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.4.tar.gz (26.9 kB view details)

Uploaded Source

Built Distribution

monday_code-0.0.4-py3-none-any.whl (41.2 kB view details)

Uploaded Python 3

File details

Details for the file monday_code-0.0.4.tar.gz.

File metadata

  • Download URL: monday_code-0.0.4.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

Hashes for monday_code-0.0.4.tar.gz
Algorithm Hash digest
SHA256 e6bf03732212433482d19b5756c6dddc70365604e3ce7853ed260f486fdc1bf5
MD5 4ae78ceebcdd091da178b29de9739b5c
BLAKE2b-256 7a6b302272c645a1043fd318362a225bda4e24bd1e0f874d32131f8ff92b6992

See more details on using hashes here.

Provenance

File details

Details for the file monday_code-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: monday_code-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 41.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.19

File hashes

Hashes for monday_code-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 c315705f28bc55d726d63d23651bc0ba8ae876a2c7032067e1702c3a97cbb613
MD5 80ad52f9d2761bd4e036935e547e2536
BLAKE2b-256 15552dbe540a0f5ce71249fe2889dbd5cdeed94f5add17cf97be83d776a6f49d

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page