GitHub App Access Token
This is a go module that provides you with a client, which can generate an access token for your GitHub App.
What's in the box?
You can retrieve a GitHub Application Token from the library.
Installation Guidelines
-
To install the github-app-token
package, you first need to have
Go installed, then you can use the command
below to add github-app-token
as a dependency in your Go program.
go get github.com/sumeetpatil/github-app-token
-
Import it in your code:
import "github.com/sumeetpatil/github-app-token"
Usage
You can follow this example for your usage -