Python module for integration to Atrium Sports APIs
Project description
Atrium Sports API SDK
Python module to make use of the Atrium Sports Datacore API
import atriumsports
atrium = AtriumSports({
'sport': 'basketball',
'credential_id': 'XXXXX',
'credential_secret': 'YYYY',
'organizations': ['b1e34'],
})
datacore = atrium.client('datacore')
response = datacore.get('/o/b1a23/competitions', limit=500)
for data in response.data():
print(data)
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
File details
Details for the file atriumsports_sdk-0.0.4.tar.gz
.
File metadata
- Download URL: atriumsports_sdk-0.0.4.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
88ef7092d45d7dc6fabba5405f69a122c8032ee4ed4cbd7d21ddf1e98bab44a8
|
|
MD5 |
2469298aa4f57cee848498c0a05a4712
|
|
BLAKE2b-256 |
59e207ce73eb184f99c46d4692756fe693a9401645c8888674cc6a294fcda317
|
File details
Details for the file atriumsports_sdk-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: atriumsports_sdk-0.0.4-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
69565bf4c1cb5a97c68c06d389a96693deada6f315990ae08444b289d8f87eb9
|
|
MD5 |
4df536e3bed7824b105bcec6a9f402ca
|
|
BLAKE2b-256 |
093bc0b258469c981e62a255d2ba08c8431b57d68388505de05f1d84398e52d4
|