n0mad01 / node.bittrex.api

No longer maintained
MIT License
183 stars 187 forks source link

Is there any error handling? #18

Closed stefek99 closed 7 years ago

stefek99 commented 7 years ago

"success" : true

But what if...

Need to make some silly requests to see what is the response from the API...

n0mad01 commented 7 years ago

by making silly request/tinkering with the api i suppose you meant using sendCustomRequest().

i changed the code that now in case of an error the obtained error + result are forwarded into the callback, the automatic console output on error is removed.