Skip to content

A Go client library for accessing the Bugsnag data access API

Notifications You must be signed in to change notification settings

mikeewhite/go-bugsnag-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐛 go-bugsnag-api

go-bugsnag-api is a draft implementation of a Go client library for accessing the Bugsnag data access API inspired by go-github.

Installation

go get github.com/mikeewhite/go-bugsnag-api

Usage

import "github.com/mikeewhite/go-bugsnag-api/bugsnag"

client := bugsnag.NewClient(nil)

// List all organizations for the 'current user'
opts := &bugsnag.ListCurrentUsersOrganizationsOptions{
     Admin: bugsnag.Bool(true),
}
orgs, _, err := client.ListCurrentUsersOrganizations(ctx, opts)

TODOs

About

A Go client library for accessing the Bugsnag data access API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages