Access Nadeo's web services API and the public Trackmania API
Project description
nadeo-api
A library to assist with accessing Nadeo's web services API and the public Trackmania API (OAuth2).
The web services API has community-driven documentation here.
The main section of this API (named "Core") has an up-to-date list of valid endpoints being kept here.
Most of these endpoints are not documented at all, but you may help supplement the documentation here.
The public Trackmania API has official documentation here.
Installing the package from PyPI:
python -m pip install nadeo-api
Using the package:
import nadeo_api
import nadeo_api.auth # authentication - required for any endpoint
import nadeo_api.core # web services Core endpoints
import nadeo_api.live # web services Live endpoints
import nadeo_api.meet # web services Meet endpoints
import nadeo_api.oauth # OAuth2 endpoints (public API)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nadeo_api-0.1.0.tar.gz
(8.3 kB
view hashes)
Built Distribution
Close
Hashes for nadeo_api-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84d07cf2105515b47e46447698323f5561c28134104620f912c8878a8b3f0a92 |
|
MD5 | d6e7c840e7fccf4d783085f5fe8df817 |
|
BLAKE2b-256 | 70621e6dc9f367b8202a8ce0c075f863a224381ec0bc7e3e052ab4dbd2b403a0 |