Skip to main content

python sdk of taiqiyun

Project description

pip install tisdk
tireq --help

tireq username secret_key method url [foo:bar,foo2:bar2...]

tireq to_9012345678_grs 3292a4f76c0d46bf post http://taiqiyun.wowfintech.cn/grs/v1/open_match name:oppo
import tisdk

username = 'to_9012345678_grs'
secret_key = '3292a4f76c0d46bf'
method = 'post'
url = 'http://taiqiyun.wowfintech.cn/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


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.10.tar.gz (2.5 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