0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Use the Bugsnag Data REST API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 10.4.2
~> 3.2.2
~> 3.1.0
~> 1.20.4
~> 0.8.7.6

Runtime

~> 0.13.3
 Project Readme

bugsnag-data-client

Interact with the Bugsnag Data REST API.

Gem Version Build Status

API calls

require 'bugsnag_data'
bugsnag = BugsnagData.new("BUGSNAG_API_KEY")
bugsnag.account
bugsnag.users
bugsnag.project_users(PROJECT_ID)
bugsnag.user(USER_ID)
bugsnag.projects
bugsnag.user_projects(USER_ID)
bugsnag.project(PROJECT_ID)
bugsnag.project_errors(PROJECT_ID)
bugsnag.project_events(PROJECT_ID)
bugsnag.error_events(ERROR_ID)

Use the API docs

For more - you should be able to find the latest at https://bugsnag.com/docs/api if you are a Bugsnag customer.

Note on Patches/Pull Requests

  • Fork the project.
  • Make your feature addition or bug fix.
  • Commit.
  • Send me a pull request. Bonus points for topic branches.