Support customization of query string serializer in redux-resource-xhr #178
Labels
ecosystem extra
This relates to something in the Redux Resource ecosystem, and not the core library
enhancement
A new feature that adds functionality to the library
good first issue
This is a great issue for someone who is new to contributing to Redux Resource
One of my APIs that I proxy through my webserver actually requires a query string that looks something like this:
If you look at the qs lib they allow for configuration of arrays in a few ways, like so:
It seems the current options I have are:
This is due to limitations of the existing
qs
options we can patch onto thexhr
under-the-hood, like so:This produces an XHR to a URI that looks something like this by default:
I spoke with @jmeas offline about this, and there's a few ways we can approach this, but wanted to post that here so we could capture the discussion and then once we figure out the desired changes (if any) we can reference it here.
Thoughts?
The text was updated successfully, but these errors were encountered: