aliyun api gateway
Project description
from aliyun.api.gateway.sdk import client from aliyun.api.gateway.sdk.http import request from aliyun.api.gateway.sdk.common import constant host = "http://xxxx" url = "/api/vrp/express/areas" cli = client.DefaultClient(app_key="key", app_secret="secret") req_post = request.Request(host=host, protocol=constant.HTTP, url=url, method="GET", time_out=30000) data = cli.execute(req_post) print(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
Close
Hashes for python-aliyun-api-gateway-0.0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4068b3013206038856d5ffb1e44abac2db1d65cbd489b25e8286bea3243a98ac |
|
MD5 | 25abb680fb8c832534b1976ad16de0de |
|
BLAKE2b-256 | 5ee77d051fbaa3a067068b867b6e576a3d3b5072839d6fd076bdaaef8f358339 |