Skip to content
This repository has been archived by the owner on Aug 7, 2019. It is now read-only.
/ arthur Public archive

A gem to interact with the Bugsnag API

License

Notifications You must be signed in to change notification settings

square/arthur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arthur eats bugs! Specifically, it consumes Bugsnag's API to allow you to view project details, errors, error details etc.

####Installation gem install arthur

####Initial setup Arthur::Api.configure(base_url, auth_token)

####Get project details Arthur::Project.fetch(project_id)

####Get project errors Arthur::Project.fetch(project_id).errors

####Get error details Arthur::Error.fetch(error_id)

####Get error count in environment Arthur::Error.fetch(error_id).count_in_environment(env)

####Run tests rake

Arthur is released under the MIT License (http://www.opensource.org/licenses/MIT).

About

A gem to interact with the Bugsnag API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages