python-bandwidth:用于从Python与带宽接口的公共API

时间:2024-06-13 03:29:55
【文件属性】:

文件名称:python-bandwidth:用于从Python与带宽接口的公共API

文件大小:790KB

文件格式:ZIP

更新时间:2024-06-13 03:29:55

deprecated Python

带宽Python API 弃用通知 该项目已弃用。 请转到 客户端库 完整参考 要求 安装 pip install bandwidth-sdk 用法 客户初始化 import bandwidth voice_api = bandwidth . client ( 'voice' , 'u-user' , 't-token' , 's-secret' ) messaging_api = bandwidth . client ( 'messaging' , 'u-user' , 't-token' , 's-secret' ) account_api = bandwidth . client ( 'account' , 'u-user' , 't-token' , 's-secret' ) ## Or import each individually for better IDE integ


网友评论