You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TP currently makes calls to API endpoints that will soon be deprecated with api 1.x. These calls need to be removed or changed to another suitable endpoint.
You can determine which calls TP makes to soon-to-be-deprecated api 1.x routes as they look like this:
I'm submitting a ...
Traffic Control components affected ...
Current behavior:
TP currently makes calls to API endpoints that will soon be deprecated with api 1.x. These calls need to be removed or changed to another suitable endpoint.
You can determine which calls TP makes to soon-to-be-deprecated api 1.x routes as they look like this:
$http.get(ENV.api['legacy']
API calls are made in the following services: https://github.com/apache/trafficcontrol/tree/master/traffic_portal/app/src/common/api
Expected / new behavior:
TP does not make any API calls to deprecated (legacy) endpoints.
Minimal reproduction of the problem with instructions: