feTS icon indicating copy to clipboard operation
feTS copied to clipboard

server versioning story

Open n1ru4l opened this issue 1 year ago • 0 comments

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.

n1ru4l avatar Oct 16 '23 22:10 n1ru4l