//
pkg.gl
Category
github.com/packtpublishing/go-cookbook
Chapter06
oauthcli
package
0.0.0-20230130100827-6c64ebff31b2
Repository:
https://github.com/packtpublishing/go-cookbook.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
0
Files
45 SLOC
#
Packages
example
No description provided by the author
#
Functions
GetToken
GetToken retrieves a github oauth2 token.
GetUsers
GetUsers uses an initialized oauth2 client to get information about a user.
Setup
Setup return an oauth2Config configured to talk to github, you need environment variables set for your id and secret.