coinbase / coinbase-java

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

v2.0.0 #24

Closed johnnycoinbase closed 8 years ago

johnnycoinbase commented 8 years ago
aianus commented 8 years ago

We can remove the v1 classes entirely from master/v2.

As long as v2 is in a separate package from v1, consumers who need both versions for some reason can install them side-by-side.

ankurbn commented 8 years ago

Are there any API's that are implemented as v1, but not as v2?

johnnycoinbase commented 8 years ago

Yeah, all v1 APIs are still present. They're being marked as deprecated while v2 is being rolled out.

ankurbn commented 8 years ago

Lets stick with the current approach of having V1 and V2 together.