-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include example for custom/caching transport and oauth usage #988
Comments
I would like to take it. |
@urohit011 - do you still want to work on this, or shall we assign it to @shubhodeep9 ? @shubhodeep9 - let's give @urohit011 a couple days to answer and if we have still not heard back, we'll assign it to you. |
@gmlewis Happy New Year, would like to know the status if I can work on this? |
Happy New Year to you too, @shubhodeep9! I'm unable to send you an invite, but by this comment, please will see that you are assigned to this issue. |
@gmlewis Can you assign me the issue in case this issue is available. |
@shubhodeep9 - are you still working on this issue? If not, @ImRaviTejaG would like to take it. @ImRaviTejaG - let's give @shubhodeep9 a couple days to respond before we switch it to you. |
@gmlewis sorry, been caught up with something. Give me 3 days, if not done, then I will surely convey to assign it to someone else. Thank you |
@gmlewis Sure! @shubhodeep9 Thanks for the quick revert. I await your PR. 😄 |
@gmlewis apologies for blocking time, you may assign it to @ImRaviTejaG Thanks |
No problem, @shubhodeep9. @ImRaviTejaG - this issue is now assigned to you. |
@gmlewis Thanks! Please give me a heads up on where to get started so that I can get it done quickly. |
Hi @ImRaviTejaG - I removed the "good first issue" tag, as maybe that is not appropriate for this issue. Ideally, someone who has experience using Thanks for your understanding. |
I believe this issue was resolved by #3180. |
Providing a custom Transport with oauth2 is a little verbose and having an example usage of it here would be useful:
ctx := context.WithValue(oauth2.NoContext, oauth2.HTTPClient, client)
The text was updated successfully, but these errors were encountered: