Python SDK to use public API of Unison
Project description
Hyperunison Python SDK
You can use this SDK to execute UQL queries via Public API.
API keys
You will need to create API key to use the Public API. You can do it in Web interface of the site.
The example of using
from hyperunison_public_api import UnisonSDKApi
from hyperunison_public_api import Configuration
query = ''
api_key = ''
biobank_id = '1'
api = UnisonSDKApi(
Configuration(
host='',
)
)
response = api.execute_cohort_request(
api_key,
biobank_id,
query
)
print(response)
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 hyperunison_public_api_sdk-1.1.9.tar.gz
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | 216c9904fe5b271b851e786743a1f6440794e6663dda3b8e6974164a32f002d7 |
|
| MD5 | 1506b7a737b38fe9d9b07b783fabfbbc |
|
| BLAKE2b-256 | d86189f097d72c611a3d7b35b0be58fe9e93461639378816b4879a81800d3c02 |
Close
Hashes for hyperunison_public_api_sdk-1.1.9-py3-none-any.whl
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | 0eb8b98203d4c234232907bcb13d78047dc7e7614df9e62a7400d61860435fed |
|
| MD5 | aeae12a2f4275d5dfcdff960b1d372f5 |
|
| BLAKE2b-256 | 9ae7101f0f73267e6ecae63397ae3b56c2ed4a0bdf990dd6c195075c2a319f1e |