문제

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.

도움이 되었습니까?

해결책

We have fixed it just now in v3 branch and it will soon be part of RC5

When we refactored restler to make it modular this functionality disappeared

Thanks for helping us find this issue

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top