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

How is the best way to API versioning ? #9

Closed
jaswdr opened this issue Jan 29, 2015 · 2 comments
Closed

How is the best way to API versioning ? #9

jaswdr opened this issue Jan 29, 2015 · 2 comments

Comments

@jaswdr
Copy link

jaswdr commented Jan 29, 2015

I look at that the version of the API is fixed in the code, but if I want to have more that one version how can I do ?

@vesparny
Copy link
Owner

You could probably have more routes.
But there are different philosophies about that, you can handle it in different ways:

  • custom routes
  • custom header

@jaswdr
Copy link
Author

jaswdr commented Jan 29, 2015

thanks for that, in my case I use the custom routes options

@jaswdr jaswdr closed this as completed Jan 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants