Skip to content

Array query param values are serialized with the (non-default) comma separated style #222

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Styn opened this issue Apr 4, 2021 · 0 comments · Fixed by #216
Closed

Array query param values are serialized with the (non-default) comma separated style #222

Styn opened this issue Apr 4, 2021 · 0 comments · Fixed by #216

Comments

@Styn
Copy link
Contributor

Styn commented Apr 4, 2021

According to the OpenAPI spec the default serialization method of array query parameters is style: form and explode: true (see docs here)
Currently no different serialization methods are supported, so I think going with the default makes the most sense.
This issue came to my attention since .Net Core by default doesn't understand the explode: false style, it expects the default.

@js2me js2me mentioned this issue Apr 4, 2021
@js2me js2me linked a pull request Apr 4, 2021 that will close this issue
@js2me js2me closed this as completed in #216 Apr 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant