Commit Graph

7 Commits

Author SHA1 Message Date
David Cheung ef72b5c0f1 Include err.message and err.name for debug data
err.message and err.name are not enumerable,
therefore needs to be explicited added to the data obj
2016-05-20 11:00:03 -04:00
Miroslav Bajtoš a5129595ef Merge pull request #10 from strongloop/handling-res-statuscode
Handle error from res.statusCode
2016-05-16 17:12:13 +02:00
David Cheung cfde2a8bb0 Handle error from res.statusCode 2016-05-13 11:27:53 -04:00
Miroslav Bajtoš 0158d3a735 Merge pull request #9 from strongloop/initial-implementation
Initial implementation
2016-05-13 13:14:30 +02:00
Miroslav Bajtoš 225d35994b Initial implementation
The response is always JSON
Options supported: log, debug
2016-05-13 13:10:53 +02:00
Miroslav Bajtoš 5a8c01c2f4 Add project infrastructure
- add license
 - scaffold basic package.json
 - setup eslint linter
 - setup Travis CI
2016-05-13 12:58:28 +02:00
Simon Ho 04abccbbae Initial commit 2016-01-22 09:08:22 -08:00