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
I suggest a naming scheme /api/v1/endpoint /api/v2/endpoint etc. Servers are obliged to support older api schemes. The client then negotiates by getting a 200 response from the server when visiting /api/v2 and downgrades to /api/v1 if necessary. We could also use /api/x.y/ if necessary.
implement some sort of api versioning, and make an api call so clients can determine which API version a server supports
The text was updated successfully, but these errors were encountered: