Skip to main content

intdash SDK for Python

Project description

intdash SDK for Python is a client library that accesses the intdash resource API and real-time API.

Install

You can install intdash SDK for Python (hereafter intdash-py) using PyPI. Install with the following command.

$ pip install intdash

Usage

To start using intdash-py, create a client. To create a client, use the URL of the connection destination and the credentials of the edge account (token or user name/password combination). See intdash client for other available parameters.

import intdash

client = intdash.Client(
    url = "https://example.intdash.jp",
    edge_token = "your_token",
)

Example:
the edge resource is specified and the information of the own edge is retrieved.

# Edge resource
edges = client.edges

# print out edge information
me = edges.me()
print(me)

Documentation

Documentation and links to additional resources are available at https://docs.intdash.jp/sdk/python/latest/en/

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

intdash-2.1.1.tar.gz (39.3 kB view hashes)

Uploaded Source

Built Distribution

intdash-2.1.1-py3-none-any.whl (60.0 kB view hashes)

Uploaded Python 3

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