That document doesn't mention versions, 1.2 vs 1.3 vs 2.0. Just to clarify, changing to query parameters breaks compatibility with 1.2 and older, so new APIs in that format have to be a new major version, i.e. 2.0, per Semantic Versioning, right?
On Tue, Apr 3, 2018 at 3:26 PM, Jeremy Mitchell <[email protected]> wrote: > FYI - I've updated the TO API guidelines to reflect our desire to move away > from route/path params and embrace query params in the Golang API. > > https://cwiki.apache.org/confluence/display/TC/API+Guidelines > > Jeremy >
