Versioning RESTful APIs
There seems to be general (but definitely not complete) consensus among REST experts that the proper way to version a REST API is via custom MIME/media types. You can Google this for yourself to find the discussions on the rest-discuss mailing list, Stack Overflow, various blogs, etc.
There was one subtly to the discussion that I found interesting and I spent some time
↧