Kong / Kong/unirest-nodejs

Use `qs` instead of `querystring`

Open
#68 1 comment 0 reactions 1 assignee Claimed by @nijikokun View on GitHub
Dominant language
JavaScript
Stars
953
Forks
164
PR merge metrics
No merged PRs in 30d

Description

querystring doesn't support nested properties and arrays, so this example below doesn't work using `querystring`, but works using `qs`.

`unirest.query({
names: [1,2,3]
})`

https://github.com/hapijs/qs

If you agree on the idea, I'd be happy to make a PR.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.