You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2021/02/03 19:41:35 UTC

[GitHub] [trafficcontrol] rawlinp commented on a change in pull request #5430: Add Traffic Ops Client Minor Fallback

rawlinp commented on a change in pull request #5430:
URL: https://github.com/apache/trafficcontrol/pull/5430#discussion_r569697012



##########
File path: traffic_ops/v3-client/topology.go
##########
@@ -23,12 +23,15 @@ import (
 	"github.com/apache/trafficcontrol/lib/go-tc"
 )
 
+// ApiTopologies is Deprecated: will be removed in the next major version. Be aware this may not be the URI being requested, for clients created with Login and ClientOps.ForceLatestAPI false.
 const ApiTopologies = apiBase + "/topologies"
 
+const APITopologies = "/topologies"

Review comment:
       Ok, I do like keeping the surface area of public symbols to a minimum, but I don't care too strongly about this.




----------------------------------------------------------------
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:
users@infra.apache.org