rollbar-go

module
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 13, 2020 License: MIT, MPL-2.0

README

rollbar-go

A client written in go for provisioning rollbar https://rollbar.com. Currently it only supports adding and removing users from teams.

Usage
go get -u "github.com/babbel/rollbar-go/rollbar"
import "github.com/babbel/rollbar-go/rollbar"

Construct a new rollbar client, then use the services on the client to add or remove users from the Rollbar API. For example:

client, err := rollbar.NewClient("your_api_key")


// List all invites for a team.
teamID := 2131551312
invites, err := client.ListInvites(teamID)
Running the tests

All of the methods are tested and the tests can be run with golang's test command:

make test

Liniting and go vet can be run locally using the makefile.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors
  • Nikola Velkovski - Initial work - parabolic
License

This project is licensed under the Mozilla License - see the LICENSE.md file for details.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL