-
Notifications
You must be signed in to change notification settings - Fork 378
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 convenience methods for common use cases #54
Labels
Comments
stephenplusplus
changed the title
API conventions
Add convenience methods for common use cases
Aug 28, 2015
Closed
@stephenplusplus do you still care about this? |
This is what started all these issues: googleapis/google-cloud-node#832 Ideally, this library would be easier to use and better documented so we could replace and deprecate google-auto-auth. |
Hmm.. I quite like /cc @JustinBeckwith |
I don't mind either way :) |
This was referenced Jan 7, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello again!
I was wondering if it would be possible to design some convenience wrappers around common uses for this library?
I can't appreciate all the nuances and complexities this library has to support, so I can't comment on all of the use cases that can be simplified. But as an example, I made google-auto-auth to make authing with application default, JSON/p12 keyfile, and credentials JS objects easier: https://github.com/stephenplusplus/google-auto-auth/blob/0bea71c76c46158a4a4911b3f16af35f7a16ae9d/index.js#L81-L92
I'm still not entirely sure I'm using this library's API the right way (#53), but a developer using google-auto-auth is surely going to have an easier time getting started.
Thanks!
The text was updated successfully, but these errors were encountered: