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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pysaba-1.1.0.tar.gz (14.9 kB view hashes)

Uploaded Source

Built Distribution

pysaba-1.1.0-py2.py3-none-any.whl (5.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

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