-
Notifications
You must be signed in to change notification settings - Fork 27
Add prefix v1 to tracker API endpoint #94
Description
The tracker has added a prefix to the API endpoints with the version:
So API URLs have changed from (without version):
http://0.0.0.0:1212/api/stats?token=MyAccessToken
To (with version on the path v1):
http://0.0.0.0:1212/api/v1/stats?token=MyAccessToken
We have to add the prefix in the TrackerService.
For the time being, the tracker also keeps the old URLs. Once this issue is finished, we have to open a new issue on the tracker repo to remove the support for API URLs without the version prefix.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status