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.
Currently from the examples I've seen to have versioning on multiple router you need to proceed as such. Where you will need to create different router and append the versioning numbers yourself without using the @version decorator. Is there a more clear cut way to do this without creating different routers and use the version decorator
Describe the solution you'd like
I would like to be able to version my routers similar to the examples in the README, so something like:
Describe alternatives you've considered
I can proceed with the example listed in Issue 34. However, manually adding the version number to the url is something I would like to avoid.
Additional context
The text was updated successfully, but these errors were encountered:
I also found myself here, nearly wanting to write exactly the same issue as @itomtom.
Versioning of a APIRouter makes a lot more sense, then a whole instance of FastAPI.
Is your feature request related to a problem? Please describe.
Currently from the examples I've seen to have versioning on multiple router you need to proceed as such. Where you will need to create different router and append the versioning numbers yourself without using the
@version
decorator. Is there a more clear cut way to do this without creating different routers and use the version decoratorDescribe the solution you'd like
I would like to be able to version my routers similar to the examples in the README, so something like:
Describe alternatives you've considered
I can proceed with the example listed in Issue 34. However, manually adding the version number to the url is something I would like to avoid.
Additional context
The text was updated successfully, but these errors were encountered: