python sdk of taiqiyun
Project description
pip install tisdk
tireq --help
tireq username secret_key method url [foo:bar,foo2:bar2...]
tireq myusername 3292a4f76c0d46bf post /grs/v1/open_match name:oppo
import tisdk
username = 'myusername'
secret_key = '3292a4f76c0d46bf'
method = 'post'
url = '/grs/v1/open_match'
data = {'name': 'oppo'}
tisdk.ti_request(username, secret_key, method, url, data)
ti = tisdk.Ti(username, secret_key)
ti.request(method, url, data)
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
tisdk-0.0.17.tar.gz
(3.2 kB
view hashes)