Project

arthur

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

Development

>= 0
>= 0
>= 3.0
>= 1.18

Runtime

 Project Readme

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).