closeio / closeio-node

An Unofficial Close.io API wrapper for Node.js.
19 stars 18 forks source link

Fix double querystring encoding #12

Closed stefanosala closed 8 years ago

stefanosala commented 8 years ago

The encoding of the querystring is already done inside request and we shouldn't do it while stringifying the parameters.

francisbrero commented 8 years ago

Yes please!