Skip to content
This repository has been archived by the owner on Dec 9, 2020. It is now read-only.
/ rollbar-go Public archive

A repository for the rollbar go client.

License

MIT, MPL-2.0 licenses found

Licenses found

MIT
LICENSE
MPL-2.0
LICENSE.md
Notifications You must be signed in to change notification settings

babbel/rollbar-go

Repository files navigation

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.

About

A repository for the rollbar go client.

Resources

License

MIT, MPL-2.0 licenses found

Licenses found

MIT
LICENSE
MPL-2.0
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •