You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
On Wed, Jun 19, 2019 at 4:18 PM Mike Czapik ***@***.***> wrote:
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
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#80>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAN3YSDXYRZCSPHRKTLKLQ3P3KIAZANCNFSM4HZM77RQ>
.
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:
There are two common ways to version an API:
See https://www.baeldung.com/rest-versioning
The text was updated successfully, but these errors were encountered: