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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for hyperscience-saas-client-1.0.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 105e60e0c2f88954fa6f846235eed7766f9db410e9e04f173a49500860fabc3d |
|
MD5 | 80aaf9ce74bfb7417adbf8332e0da827 |
|
BLAKE2b-256 | fe9b0289b043fe6a6db5c79146a4b79514e7d2f25a38180097d3de5957985734 |
Close
Hashes for hyperscience_saas_client-1.0.4-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a7b76e8332a00885fd7cd0e08dcf850ce4c2f9c2e1d789fcc6bb0ef8cf2647ae |
|
MD5 | 2dabb5669b3903f7e945d6adc6b0450c |
|
BLAKE2b-256 | f6497b40a0670aad0409e92fea151a8fccacd5e8fa9ea637922f71d90d8ef3c7 |