node-asana
node-asana copied to clipboard
Documentation and tests for errors
Seems like most of this could be covered with suggestions to:
- include a
.catch(function (error) {console.log(error);})block at the end of promises - link to the official API page about errors: https://asana.com/developers/documentation/getting-started/errors
This issue should be closed as my pull request added the .catch() method.