module Bugsnag::Api::Client::Stability

Methods for the Stability API

Public Instance Methods

stability_trend(id, options = {}) click to toggle source

View the stability trend for a project

@return [Sawyer::Resource] Stability trend @see bugsnagapiv2.docs.apiary.io/#reference/projects/stability-trend/view-the-stability-trend-for-a-project

# File lib/bugsnag/api/client/stability.rb, line 10
def stability_trend(id, options = {})
  get "projects/#{id}/stability_trend", options
end