coinbase / coinbase-java

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

Optional parameters for authorization request added #109

Closed chexauen closed 5 years ago

chexauen commented 5 years ago

Some optional parameters were not present on the authorization request: layout, referral and account.

As per the documentation https://developers.coinbase.com/docs/wallet/coinbase-connect/reference these are available options to better define the authorisation request.

This is already included on future versions: 2.0 and 3.0 but I think it will be useful to have it on 1.x version as there is already an issue created asking for one of these parameters: https://github.com/coinbase/coinbase-java/issues/48