Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support API versioning. #7

Closed
dostermeier opened this issue Nov 4, 2013 · 1 comment
Closed

Support API versioning. #7

dostermeier opened this issue Nov 4, 2013 · 1 comment
Assignees
Milestone

Comments

@dostermeier
Copy link

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.
@dostermeier
Copy link
Author

Thanks Fabio.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants