feTS
feTS copied to clipboard
server versioning story
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.