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

versioning #17

Open
evillemez opened this issue Dec 9, 2013 · 0 comments
Open

versioning #17

evillemez opened this issue Dec 9, 2013 · 0 comments

Comments

@evillemez
Copy link
Contributor

The serializer supports object versioning, which is specified in the serialization contexts when the serializer call is made. I think a potentially good way to allow a client some control over this is to be able to specify the version to use via a custom header.

Versioning of web apis is a huge can of worms - this isn't about versioning of resources (routes/interface) per se, it's more about versioning the representations of the objects returned, in whatever format.

HATEOAS may solve all versioning/evolution questions, but I'm not convinced it's a practical solution yet.

Worth a read, including the comments: http://www.mnot.net/blog/2011/10/25/web_api_versioning_smackdown?utm_content=bufferf07f9&utm_source=buffer&utm_medium=twitter&utm_campaign=Buffer

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

1 participant