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
By version handling, the API users can upgrade EI without having to change their code. The user can switch to the new API when they have the possibility.
Description
Introduce version handling of the API
Also, see #427 in the backend
Motivation
By version handling, the API users can upgrade EI without having to change their code. The user can switch to the new API when they have the possibility.
Exemplification
Here you can read briefly about API versioning:
https://restfulapi.net/versioning/
The most common way is to append /v1 at the root path.
Benefits
By version handling the API, it will be backward compatible.
Possible Drawbacks
The text was updated successfully, but these errors were encountered: