Skip to main content

This is a lightweight library that works as a connector to TON Play public API

Project description

TON Play Public API Connector Python

PyPI version

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 hashes)

Uploaded Source

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