Skip to main content

Sabat client library for API management

Project description

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

Saba client library for API management

Features

  • Certificate authentication

Usage

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())

History

0.1.0 (22nd March 2017)

  • First beta release on PyPI.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page