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
Is your feature request related to a problem? Please describe.
A common practice in REST-style APIs is to use a header (e.g. x-api-version) to specify which API version you want to use.
For feTs server, we should think about how we can serve/satisfy multiple API versions with a single server/router.
Describe the solution you'd like
Happy path documented and if required the necessary API adjustments within feTS.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
A common practice in REST-style APIs is to use a header (e.g.
x-api-version
) to specify which API version you want to use.For feTs server, we should think about how we can serve/satisfy multiple API versions with a single server/router.
Describe the solution you'd like
Happy path documented and if required the necessary API adjustments within feTS.
The text was updated successfully, but these errors were encountered: