coinbase_python icon indicating copy to clipboard operation
coinbase_python copied to clipboard

Add ability to invoke CoinbaseAccount with a known good oauth access token

Open skruger opened this issue 10 years ago • 1 comments

This pull request implements setting an arbitrary access_token for use when an oauth implementation whose data structures are not compatible with what the oauth2_credentials parameter expects.

In my testing I also ran into a situation when I was working with a string that was cast to unicode that produced an error when doing the 'type() is str' test. I modified the two instances of this (one in my new code and one in existing code) to check if the variables were instances of basestring instead.

skruger avatar Mar 01 '14 17:03 skruger

Can you pull the latest version of the library and make this function?

sibblegp avatar Jun 13 '14 02:06 sibblegp