sintaxi / dbox

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

Conform to nodejs callback convention #94

Open mayeaux opened 8 years ago

mayeaux commented 8 years ago

First value returned from function call should be an error which is falsey if no error is triggered. Important to follow this convention for library support, ie Bluebird etc