跳转到主要内容

Sabat API管理客户端库

项目描述

https://img.shields.io/pypi/v/pysaba.svg https://img.shields.io/travis/tonybaloney/pysaba.svg Documentation Status

Saba API管理客户端库

特性

  • 证书认证

用法

from saba.client import SabaClient
from saba.auth.certificate import CertificateAuthentication

host = 'mycompany-api.sabacloud.com'
user = 'me'
password = 'password'

cert = CertificateAuthentication(host, user, password)

client = SabaClient(host, cert)

print(client.courses.all())

历史

0.1.0 (2017年3月22日)

  • PyPI上的第一个beta版本。

项目详情


下载文件

为您的平台下载文件。如果您不确定要选择哪个,请了解更多关于安装包的信息。

源分布

pysaba-1.1.0.tar.gz (14.9 kB 查看散列值)

上传时间

构建分布

pysaba-1.1.0-py2.py3-none-any.whl (5.5 kB 查看散列值)

上传时间 Python 2 Python 3

由以下支持