rob05c commented on issue #2872: RFE: Add supported API versions API URL: https://github.com/apache/trafficcontrol/issues/2872#issuecomment-437095301 >That would be harder to add to our existing native client libraries. On startup, I need to know what class to instantiate based on what API version I can negotiate. That's not difficult, with the endpoint as-proposed. On startup, the client can request that endpoint and search for the text `/api/*/`, put the result in a Set, and there are your API versions. It's a fairly simple function: https://play.golang.org/p/kiO4rMpG_5S
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
