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

Phase 1 merge #13

Closed robevansuk closed 7 years ago

robevansuk commented 7 years ago

A number of changes - moved to a DI framework (spring boot), introduced configurable logging for the requests made - you should now see curl requests in the log output which you can debug before executing in the client when you get problems with any particular calls. More functionality added and easier maintainability/extensibility - started documenting.