irufus / gdax-java

Java based wrapper for Coinbase Pro (Formerly known as GDAX API and Coinbase Exchange API)
MIT License
177 stars 131 forks source link

Throw Exception on error #80

Open Gerschtli opened 3 years ago

Gerschtli commented 3 years ago

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.

Gerschtli commented 3 years ago

I pushed the dependency updates in this PR

Gerschtli commented 3 years ago

Added some more improvements.