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 AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page