Skycatch / node-box

Box API client for Node.JS
MIT License
21 stars 19 forks source link

SDK doesn't provide standard Readable / Writeable stream interfaces #17

Open Marak opened 8 years ago

Marak commented 8 years ago

The current sdk has no way accepting standard readable streams for uploading, or writeable streams for downloading.

This is too bad, because project dependency superagent already supports this interface for HTTP.

see: https://visionmedia.github.io/superagent/#piping-data

Background information:

https://github.com/substack/stream-handbook http://nodestreams.com/