Skip to content

Python package for accessing Nadeo's web services API

License

Notifications You must be signed in to change notification settings

ezio416/py-nadeo-api

Repository files navigation

nadeo-api

docs PyPI License: MIT

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.
There is also community-driven documentation here which should be a bit more useful.

Installing the package from PyPI:

python -m pip install nadeo-api

Using the package:

import nadeo_api        # main module - functions not related to endpoints
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)
import nadeo_api.util   # unnecessary - use the main module instead

About

Python package for accessing Nadeo's web services API

Resources

License

Stars

Watchers

Forks