I am trying to figure out the API versioning using Vendor MIME in Restler 3.0.
Now the issue which I am facing is that I am not able figure out how to explicitly use the versions. I used the REST Console at my local MAC machine.
I provided Accept Content-Type Header as application/vnd.somevendor-v1+json for version 1 and application/vnd.somevendor-v2+json for version 2 but the reponse which I get is always of the version 1 script.