coinbase / coinbase-java

Coinbase API v1 library for Java
Apache License 2.0
149 stars 98 forks source link

Upgrade to Retrofit2/Okhttp3 #26

Closed hieronymus777 closed 7 years ago

hieronymus777 commented 7 years ago

Note: Retrofit2 no longer passes a Retrofit instance into onResponse. To get around this, we introduce a new interface CallbackWithRetrofit that will provide the instance of Retrofit to your application so you can call responseBodyConverter.

johnnycoinbase commented 7 years ago

👍