Skip to content
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

should be universal to all forms of arrays #94

Open
Ayana-chan opened this issue Jan 19, 2024 · 0 comments
Open

should be universal to all forms of arrays #94

Ayana-chan opened this issue Jan 19, 2024 · 0 comments

Comments

@Ayana-chan
Copy link

Now serde_qs only support array like user_ids[0]=1&user_ids[1]=2 and user_ids[]=1&user_ids[]=2, but not support user_ids=1&user_ids=2 or user_ids=1,2. (Also mentioned in PR #83 )

It's very important when developing public API (for example, any API shared by openAPI). If an API only determined that a query parameter is an array, then there will be various client implementation with various array forms.

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

No branches or pull requests

1 participant