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
atriumsports_sdk-0.0.5.tar.gz
(4.0 kB
view hashes)
Built Distribution
Close
Hashes for atriumsports_sdk-0.0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b5d912f4bff2cb06c111ada78c9d3cae4e9c99496a3e2583a6c6577de227f470 |
|
MD5 | 8aca85466b339976c97e121b1536d8da |
|
BLAKE2b-256 | a320dcb872fcb601cfef458a9a9f556cab75eedd58360bf56f08e7f03141a117 |