-
Notifications
You must be signed in to change notification settings - Fork 2
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
Support all array query serializations #77
Comments
POST
, but not for GET
.
We need to support a the "common" array serialization formats. Current support as of this comment
Defaults must be updated when adding a new one:
I think the main one we are missing is Note that the "standard" format is generally agreed to be All formats have drawbacks, but client libs are recommended to implement A reference implementation for a compatible serializer may be found at https://github.com/seamapi/javascript-http/blob/main/src/lib/params-serializer.ts |
There may be a bug where this lib is actually parsing |
Originally posted by @itelo in seamapi/public-tracker#8 (comment)
The text was updated successfully, but these errors were encountered: