class

Dogapi::APIService

Inherits Reference < Object

Superclass that deals with the details of communicating with the DataDog API.

Constructors

new(api_key : String, application_key : Nil | String = nil, silent : Bool = true, timeout : Int32 | Nil = nil, endpoint : Nil | String = nil)
Source

Instance methods

handle_response(resp)
Source
prepare_params(extra_params, with_app_key)
Source
request(method, url, extra_params, body, send_json, with_app_key = true)
Source
suppress_error_if_silent(e)
Source