swift-openapi-generator icon indicating copy to clipboard operation
swift-openapi-generator copied to clipboard

Support non-default parameter style and explode values

Open czechboy0 opened this issue 2 years ago • 0 comments

OpenAPI supports expressing quite a few different ways of encoding parameters, especially query items.

The generator currently only supports the defaults, but not the other ones.

Is needed to support e.g. foo=A,B,C in addition to the default foo=A&foo=B&foo=C.

For details, see style and explode in https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md#fixed-fields-10

czechboy0 avatar May 25 '23 09:05 czechboy0