rob05c commented on a change in pull request #5113:
URL: https://github.com/apache/trafficcontrol/pull/5113#discussion_r501093848
##########
File path:
traffic_ops/ort/atstccfg/toreq/vendor/github.com/apache/trafficcontrol/traffic_ops/client/deliveryservice.go
##########
@@ -433,24 +286,80 @@ func (to *Session) GetDeliveryServicesEligible(dsID int)
([]tc.DSServer, ReqInf,
return resp.Response, reqInf, nil
}
+const (
+ API_DELIVERY_SERVICES = apiBase + "/deliveryservices"
+ API_DELIVERY_SERVICES_URL_SIGNING_KEYS = API_DELIVERY_SERVICES +
"/xmlid/%s/urlkeys"
Review comment:
This is odd, though. The client was straight from 3.0 (and some 4.1 for
missing functions). Did we change the API? Or was the client just broken?
We're not supposed to change old API paths... But I'm sure it's way too late
to fix now
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]