danwrong / restler

REST client library for node.js
MIT License
1.99k stars 391 forks source link

Updating to qs@1.2.0 #187

Closed pdehaan closed 9 years ago

pdehaan commented 9 years ago

Fixes #186

robgrimball commented 9 years ago

This fixes problems with passing an array to restler post function instead of an object(0.6.6 fails saying it expects an object) so it would be great to get it pulled.