At eBuddy, we version our API with each release and provide backwards compatibility support for clients that still wish to use an old version of our API.
It would be useful to have a @apiversion annotation within the object model, and then to provide a way to 'filter' the JSONDoc to only include the elements that are relevant to a particular version.
Additionally:
it would be good to see the 'since version' or 'until version' as part of the UI.
The text was updated successfully, but these errors were encountered:
At eBuddy, we version our API with each release and provide backwards compatibility support for clients that still wish to use an old version of our API.
It would be useful to have a @apiversion annotation within the object model, and then to provide a way to 'filter' the JSONDoc to only include the elements that are relevant to a particular version.
Additionally:
The text was updated successfully, but these errors were encountered: