richerarc/saphir

[FEATURE] casing for route parameters

Opened this issue · 0 comments

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.