danwrong / restler

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

restler can now also handle data which is not encoded (e.g. images) #198

Open ArdentZeal opened 9 years ago

ArdentZeal commented 9 years ago

Hello there,

I am using Restler to fetch data from the Dropbox api. While textfiles etc worked flawlessly, data which has no encoding was acting up (images). With this small change, restler can now also handle data which has no encoding.

Kind Regards

easternbloc commented 9 years ago

Any chance you can write a test case for this please?