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

Uploaded Source

Built Distribution

monday_code-0.1.0-py3-none-any.whl (56.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: monday_code-0.1.0.tar.gz
  • Upload date:
  • Size: 31.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.19

File hashes

Hashes for monday_code-0.1.0.tar.gz
Algorithm Hash digest
SHA256 a1a4f2acf73330e0b29577e262403f4b01f83587417ba2708ec3ec2de6dea7fc
MD5 3682ddbed2c50f33943590d2b68c84f7
BLAKE2b-256 cb5458d7113111b2fdcf9deec12256176b5b0436ce90c605b1aba82466d09eab

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for monday_code-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1da150344e2107155270e6c6d616ef9245ae0052ee9267b88f61b9918bca1c87
MD5 c6ce2f7a3baf0c781f7d210c64bf2296
BLAKE2b-256 a4e72178f88ba196973a46e702aec8956ab39850d1ec2332edd2999e67c4e741

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