sintaxi / dbox

NodeJS SDK for Dropbox API (THIS LIBRARY IS OBSOLETE!!)
513 stars 91 forks source link

Add readdir options: recursive, details #49

Closed benbuckman closed 11 years ago

benbuckman commented 12 years ago

This adds an options parameter to client.readdir, with 2 options:

All of this is added in a completely backwards-compatible way, maintaining the original behavior for users who don't explicitly specify these parameters.

sintaxi commented 11 years ago

Sorry for the late reply. I like this commit. I will try to put together a release shortly.

benbuckman commented 11 years ago

Thanks!