Version 1.0
This update introduces breaking changes. Please read the release notes carefully.
~
Adds support for TimingSystem 2.0. Drops support for all older versions.
~
Endpoint /api/v2/readonly/tracks
has been replaced by /api/v3/readonly/tracks
- Changes:
mode
has been removed from TimingSystem.options
is no longer an array of characters, but an array of option enum strings.
~
Endpoint /api/v1/readonly/tracks/:trackname
has been replaced by /api/v2/readonly/tracks/:trackname
- Changes:
mode
has been removed from TimingSystem.options
is no longer an array of characters, but an array of option enum strings.
~
Endpoint /api/v1/readonly/tracks/:trackname/withusernames
has been replaced by /api/v2/readonly/tracks/:trackname/withusernames
- Changes:
mode
has been removed from TimingSystem.options
is no longer an array of characters, but an array of option enum strings.
~
Endpoint /api/v1/readonly/players/:uuidorusername
has been updated internally in response to TimingSystem changes. JSON output should remain the same.