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

Update to Use Lists #23

Closed robevansuk closed 6 years ago

robevansuk commented 6 years ago

Have updated all array based calls to make use of a new getAsList() method on the exchange class. tests updated. Some documentation updated.

robevansuk commented 6 years ago

Yes - perhaps leaving get() in and changing the old one to getAsArray would have made more sense. Will possibly change it in the next version if no one else does - whilst its still not in so much use