API client library for accessing Trackmania.io's API. The library tries to respect the rules and guidelines as written here: https://openplanet.dev/tmio/api
But as an end-user, you also have a responsibility to respect these rules and not abuse the client.
The library can be found on Nuget and can be installed with the dotnet CLI tool:
dotnet add package TrackmaniaIo.ApiClient
Due to Trackmania.io having their API undocumented, a documentation site is provided here with a library reference: https://snixtho.github.io/TrackmaniaIo.ApiClient/
If there are any issues or questions related to this library, feel free to open an issue in this repository.