Skip to content
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

Add an example/integration test that injects a Credential #516

Open
ge0ffrey opened this issue Oct 5, 2023 · 1 comment
Open

Add an example/integration test that injects a Credential #516

ge0ffrey opened this issue Oct 5, 2023 · 1 comment

Comments

@ge0ffrey
Copy link

ge0ffrey commented Oct 5, 2023

There are many other Google APIs than those already supported out of the box, such as the youtube API to get the number of viewers on a video, or Google Sheets to drop that data in a spreadsheet.

Supporting all those is not realistic at the moment, but all those APIs do need the Google Credentials to log in. By adding an example how to inject those, it become easier to use those extra APIs manually.

@loicmathieu
Copy link
Collaborator

Hi,
Yes, it was on my TODO list to explain how to use this library as a foundation for supporting another Google library.
The idea was to use as an example for eg this PR and explain how to do it with Auth management, accessing the projectId property and dealing with gRPC support if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants