openapi-typescript-codegen
openapi-typescript-codegen copied to clipboard
Feature/arrayParamNaming
The search filter of openApi platform uses a questring with both key for a single value, and key[] for filter on multiple values. Currently this generates duplicated operation params in the services. A way around is pluralizing param names with square brackets.
I just checked the existing PR, this PR overlaps with https://github.com/ferdikoomen/openapi-typescript-codegen/pull/1067/files