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.4.tar.gz
(4.0 kB
view hashes)
Built Distribution
Close
Hashes for atriumsports_sdk-0.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69565bf4c1cb5a97c68c06d389a96693deada6f315990ae08444b289d8f87eb9 |
|
MD5 | 4df536e3bed7824b105bcec6a9f402ca |
|
BLAKE2b-256 | 093bc0b258469c981e62a255d2ba08c8431b57d68388505de05f1d84398e52d4 |