Bas

Results 8 comments of Bas

Can this be merged please?

> Another solution would be to change your backend server to return status 200 instead of 4xx for usage errors, that way you can read the error message/code from the...

> Well-written rest API returns various error codes And might include data in that response body. 404 is pretty self explanatory, but a 400 might include a message as to...

@JcBernack any chance this could get merged? Really hoping to get this soon.

You'll probably want to change the bignum library too then. I recommend https://github.com/MikeMcl/bignumber.js, that's the one I'm using on my version. Excellent support from the author too.

I've converted everything to run on the 8.11 LTS version, using full ES2017 features. Just about everything is in javascript modules now. I've not found any problems with bignumber.js so...

I'll have to see if I can find some time this week @zone117x and @HashUnlimited. I've done a bit more than just rewrite everything into modules, I've also added some...