This is a lightweight library that works as a connector to TON Play public API
Project description
TON Play Public API Connector Python
This is a lightweight library that works as a connector to TON Play public API
Installation
pip install tonplay-sdk
Get API Key
To get API Key follow the link
RESTful APIs
Usage examples:
from tonplay.methods import TonPlayApi
client = TonPlayApi(api_key='<YOUR API KEY>')
# Get assets on sale
print(client.get_assets_on_sale())
Please find examples folder to check for more endpoints.
- In order to set your API and Secret Key for use of the examples, create a file examples/config.ini with your keys.
- Eg:
# examples/config.ini
[keys]
api_key=abc123456
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
tonplay-sdk-0.0.8.tar.gz
(10.9 kB
view details)
File details
Details for the file tonplay-sdk-0.0.8.tar.gz.
File metadata
- Download URL: tonplay-sdk-0.0.8.tar.gz
- Upload date:
- Size: 10.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56e7dff2bc67f8aa2f2b3f1746007e9cc50a16dfd55e73658e3867d5c51d5924
|
|
| MD5 |
4a4e0e50339186bc9e52aac8db07ab0a
|
|
| BLAKE2b-256 |
03a3f1e674041fc3e3d7f1f473d08d263ca73eca2c0a294570e24a17261631f7
|