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

Version the API #80

Open
KiithNabaal opened this issue Jun 19, 2019 · 1 comment
Open

Version the API #80

KiithNabaal opened this issue Jun 19, 2019 · 1 comment

Comments

@KiithNabaal
Copy link
Contributor

Versioning the API allows the clients of an API to decide if they are ready to upgrade to a new version. Clients may not always want to upgrade because:

  • They are unsure if the new version actually works
  • The new version works differently, and they don't have time to update their code that uses it

There are two common ways to version an API:

  • Include it in the url
  • Include it in an HTTP Header

See https://www.baeldung.com/rest-versioning

@yuvrajagarwal
Copy link
Contributor

yuvrajagarwal commented Jun 21, 2019 via email

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

2 participants