gdax-java
gdax-java copied to clipboard
Throw Exception on error
Hey, I have done a gradle update (was really outdated) and added a checked exception in case of an error. Currently the caller can not know if the api call was successful, it was only logged.
BTW: I would really appreciate a jar pushed to maven, github packages or something like that :)
And some dependency updates would nice as well, but didn't had time for it yet.
I pushed the dependency updates in this PR
Added some more improvements.