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
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
Built Distribution
File details
Details for the file intdash-2.1.1.tar.gz
.
File metadata
- Download URL: intdash-2.1.1.tar.gz
- Upload date:
- Size: 39.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b1f5cbd5977795ba7620ae89c2cb2e4ebc25d665972454148adb08c3a5e0767a |
|
MD5 | 306e02cd712ded3d0f78aaeea68d0204 |
|
BLAKE2b-256 | 5d8f591a6b5d16dbb07716f816cd5c2bf63f8411965487adb907ff599d84210f |
File details
Details for the file intdash-2.1.1-py3-none-any.whl
.
File metadata
- Download URL: intdash-2.1.1-py3-none-any.whl
- Upload date:
- Size: 60.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9bd9ba879e153daae5d89ed011e7b92a6eb2c80fed4701726a25b779f66e0274 |
|
MD5 | 7d9abc7af0efa40bde7adc697a6728da |
|
BLAKE2b-256 | e7cd82c4a5947edb9dea0fb279ed4f323da1894da684dfb2b8441176044f08cc |