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

Can't make a pull request #42

Closed granthoff1107 closed 5 years ago

granthoff1107 commented 5 years ago

For some reason github won't allow me to make a pull request. I forgot to call the on token refresh and the config should be async

https://github.com/granthoff1107/Coinbase/tree/AutoRefreshTokens

bchavez commented 5 years ago

Your PR is already active.

chrome_2382

Any more commits to your granthoff/AutoRefreshTokens branch will automatically be included in the active PR.

chrome_2385

bchavez commented 5 years ago

Also, quick tip:

Always click "Files changed" tab to see the to see the most up to date changes that the PR will deliver.

chrome_2387