GitHub App Access Token
This is a go module which provides you a client, which can generate access token for your Github App.
What's in the box?
You can retrive an 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 -