Sha256: 774cfdc3dff857e89aececb7b9f8a605fcd826b484301272d28f7db6e472a22e

Contents?: true

Size: 486 Bytes

Versions: 3

Compression:

Stored size: 486 Bytes

Contents

module Bugsnag
  module Api
    class Client
      # Methods for the Stability API
      module Stability
        # View the stability trend for a project
        #
        # @return [Sawyer::Resource] Stability trend
        # @see https://bugsnagapiv2.docs.apiary.io/#reference/projects/stability-trend/view-the-stability-trend-for-a-project
        def stability_trend(id, options = {})
          get "projects/#{id}/stability_trend", options
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bugsnag-api-3.0.0 lib/bugsnag/api/client/stability.rb
bugsnag-api-2.1.1 lib/bugsnag/api/client/stability.rb
bugsnag-api-2.1.0 lib/bugsnag/api/client/stability.rb