bchavez / Coinbase

:moneybag: A .NET/C# implementation of the Coinbase API.
https://developers.coinbase.com/api/v2
MIT License
170 stars 92 forks source link

Adding Auto Refresh Support #44

Closed granthoff1107 closed 5 years ago

granthoff1107 commented 5 years ago

Adding Support so Refresh tokens will work fluidly. There was no way prior to get the refreshed token, so after the first refresh you wouldn't be able to refresh again.

Additionally removing extra constructors that are now obsolete now that all of the configuration logic is done by the config class

bchavez commented 5 years ago

Hey Grant,

v5.0.0-beta-6 should be released soon after CI is done.

https://www.nuget.org/packages/Coinbase/

Going to head to bed now; but we should be good now. Thanks again. -Brian