Skip to main content

api project for v2&v3

Project description

TXAPI

轻量级的腾讯云SDK, 同时支持 yunapi2 与 yunapi3, 支持 公有云 / 专有云(租户端&运营端).

Install

pip install txapi

项目地址: https://pypi.org/project/txapi/

DEMO

# -*- coding:utf-8 -*-
from txapi import API

client = API.v3(
    api_domain="云API请求的域名",
    region="地域名称",
    secret_id="云API密钥id",
    secret_key="云API密钥key",
    debug=False,
    ssl=True)

cvm = client.get_client("cvm", "2017-03-12")

params = {
    "Limit": 20,
    "Offset": 1
}
print(cvm.request("DescribeInstances", params))
参数说明:

- api_domain: 云API请求的域名:
    默认为公有云域名, 也支持专有云(租户端+运营端)
    公有云: tencentcloudapi.com
    租户端api2: api2.环境主域名
    租户端api3: api3.环境主域名
    运营端api2: yunapi2.环境主域名
    运营端api3: yunapi3.环境主域名
- region: 地域名称
- secret_id, secret_key: 云API密钥
- ssl (是否开启https, 默认为True)
- debug(是否打印请求响应信息, 默认为False),
- 公有云密钥登录腾讯云控制台获取: https://console.cloud.tencent.com/cam/capi

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

txapi-1.0.2.6.tar.gz (138.6 kB view details)

Uploaded Source

File details

Details for the file txapi-1.0.2.6.tar.gz.

File metadata

  • Download URL: txapi-1.0.2.6.tar.gz
  • Upload date:
  • Size: 138.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for txapi-1.0.2.6.tar.gz
Algorithm Hash digest
SHA256 143b0f3a3902557665ae6f83a64ac402b3f67445a7609ca6e5eeeedb2006d5b2
MD5 255b93a0b2c8521d4c94b6f3c9ec3657
BLAKE2b-256 4759ba1613ea5a8d6b3880cd5d0fb19d83acdb4daef0d2d1ab4dbc437a3afaf6

See more details on using hashes here.

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