Skip to content

techspaceco/front-go

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published