Skip to main content

hyperscience saas client library

Project description

Hyperscience SaaS Client Library

The Hyperscience SaaS Client Library allows SaaS users to authenticate and use the API programmatically and seamlessly.

Installation

You can install the Hyperscience SAAS Client Library from PyPI:

pip install hyperscience-saas-client

How to use

The Hyperscience client library can be used in code:

from hyperscience import ApiController, CredentialsProvider, Configuration

credentials = CredentialsProvider('client_id', 'client_secret')            
configuration = Configuration('cloud.hyperscience.net')
api_controller = ApiController(configuration, credentials)

response = api_controller.get('/api/v5/healthcheck')

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

hyperscience-saas-client-1.0.2.tar.gz (8.8 kB view hashes)

Uploaded Source

Built Distribution

hyperscience_saas_client-1.0.2-py2.py3-none-any.whl (17.2 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