query string support #3
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There's a
useQuerystring: false
in index.js, but not really any query string support.I would say that handling query strings is a an expected feature as much as forms and well deserving a few lines.
That option is leftover and had to do with
querystring
vsqs
vsurl
.Query strings should just be part of the URL path as per usual.
What did you try that didn’t work?
I don't have the code at hand but requests supports a
qs
object and it will do the proper encoding and concatenation. That's more readable IMHO.FYI I ended up rewriting some code and use axios, this was just a nuisance, take this issue as a suggestion. The showstopper were timeouts, in my tests on Node
timeout
did not do anything.In what way does it accept a qs object? Can you show me an example?
Since I never got an example of what the code looks like, and I don't know what the issue is, I'm closing this out.