python-ovh:OVH API的薄包装。 处理所有艰苦的工作,包括证书创建和请求签名

时间:2024-06-14 02:34:23
【文件属性】:

文件名称:python-ovh:OVH API的薄包装。 处理所有艰苦的工作,包括证书创建和请求签名

文件大小:599KB

文件格式:ZIP

更新时间:2024-06-14 02:34:23

python api-wrapper ovh Python

OVH API的轻量级包装。 处理所有艰苦的工作,包括凭证创建和请求签名。 # -*- encoding: utf-8 -*- import ovh # Instantiate. Visit https://api.ovh.com/createToken/?GET=/me # to get your credentials client = ovh . Client ( endpoint = 'ovh-eu' , application_key = '' , application_secret = '' , consumer_key = '' , ) # Print nice welcome message print ( "Welcome" , cli


网友评论