rob05c commented on issue #2872: RFE: Add supported API versions API URL: https://github.com/apache/trafficcontrol/issues/2872#issuecomment-437079626 >I think trying to get into methods and endpoints makes it significantly more complicated than it needs to be In the code? No, it's really easy to get that information out of the Go HTTP router. > As a user of the native client libraries But we shouldn't just support our own Go/Python clients. The HTTP API should be easy to use directly, and for people to write their own clients for. And even for our own client, again, I have no confidence we won't break SemVer; IMO it'd be better even for our own client, to verify the actual endpoint is in the `OPTIONS` request. It'd make life easier, and issues around that far easier to track down.
---------------------------------------------------------------- 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
