Sha256: 94ff02e5201369b6ebd8543b8b7bf9fc904841196b6d1cd9e634c149bf68a881
Contents?: true
Size: 454 Bytes
Versions: 6
Compression:
Stored size: 454 Bytes
Contents
module Datadog module CI module Transport module Api class Base attr_reader http: Datadog::CI::Transport::HTTP @http: Datadog::CI::Transport::HTTP def initialize: (http: Datadog::CI::Transport::HTTP) -> void def request: (path: String, payload: String, ?verb: ::String) -> untyped private def headers: () -> Hash[String, String] end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems