repositorypackage
0.0.0-20211209181057-44ac1c29ee42
Repository: https://github.com/techspaceco/front-go.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
front-go
API wrapper for the Front Public API.
USAGE
client, err := front.NewClientWithResponses(
"https://api2.frontapp.com/",
front.WithAuthorizationToken("<YOUR_AUTH_TOKEN>"),
)
if err != nil {
// ...
}
response, err := client.ListAccountsWithResponse(context.Background())
if err == nil && response.JSON200 != nil {
// ...
}
LICENSE
MIT