-
Notifications
You must be signed in to change notification settings - Fork 3
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
No way to specify the same query param twice #2
Comments
Yes it would! |
@DanielHeath the dependencies might be a bit stale. Feel free to update them. Also, this project uses TypeScript, so you might want to download Visual Studio Code for free on Windows/Mac/Linux. |
That's just the dep update, right? |
Should I be editing |
Also, it looks like |
Yes. I only updated the dependencies. You want to edit files in the What do you mean |
BTW – what OS are you developing on? If Mac, you might have to disable the IE test, locally. If on Windows, you might have to disable Safari. Just FYI. |
Therefore, if you pass |
If you're talking about sending If you want to receive Where did |
I'm referring to https://github.com/jedmao/iso-http/blob/master/lib/browser/Http.ts#L49 when I talk about |
The Node HTTP client doesn't need Helpers to function, so that's why it doesn't reference them. As for the Also, it doesn't look like there are any tests against |
I'm using an API which specifies filters by passing the same URL parameter twice.
From reading the code, I'd need to provide an alternative implementation of
serializeObject
that could do this.Would a PR to make hooking that possible be accepted?
The text was updated successfully, but these errors were encountered: