danwrong / restler

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

Send a file from memory? #258

Closed EddieOne closed 4 years ago

EddieOne commented 6 years ago

'sound[file]': rest.file('doug-e-fresh_the-show.mp3', null, 321567, null, 'audio/mpeg')

It is possible to send a buffer maybe?

sound[file]: Buffer(string_img, 'base64')

amitguptagwl commented 6 years ago

This project seems inactive from last 2 years. But you can have a look on https://www.npmjs.com/package/restler-base

EddieOne commented 4 years ago

Let's close