openapi-typescript-codegen icon indicating copy to clipboard operation
openapi-typescript-codegen copied to clipboard

Feature/arrayParamNaming

Open allartk opened this issue 3 years ago • 1 comments

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.

allartk avatar Jun 09 '22 08:06 allartk

I just checked the existing PR, this PR overlaps with https://github.com/ferdikoomen/openapi-typescript-codegen/pull/1067/files

allartk avatar Jun 09 '22 09:06 allartk