[FEATURE] casing for route parameters
Opened this issue · 0 comments
Samuel-B-D commented
route positional paameters name are arbitrarly, so they could be changed to a prefered casing for the api generation.
For example, changing them to camelCase so that when you generate a typescript API for it with ng-openapi-gen, you would have parameters name in the same casing as the rest of your codebase.