Module: Bugsnag::Api::Client::Stability
- Included in:
- Bugsnag::Api::Client
- Defined in:
- lib/bugsnag/api/client/stability.rb
Overview
Methods for the Stability API
Instance Method Summary collapse
-
#stability_trend(id, options = {}) ⇒ Sawyer::Resource
View the stability trend for a project.
Instance Method Details
#stability_trend(id, options = {}) ⇒ Sawyer::Resource
View the stability trend for a project
10 11 12 |
# File 'lib/bugsnag/api/client/stability.rb', line 10 def stability_trend(id, = {}) get "projects/#{id}/stability_trend", end |