Namespace for API components
API version
'v0.1'
20 21 22 23 24 25 26 27 28
# File 'lib/datadog/data_streams/transport/http/api.rb', line 20 def defaults Core::Transport::HTTP::API::Map[ V01 => Stats::API::Spec.new do |s| s.stats = Stats::API::Endpoint.new( '/v0.1/pipeline_stats' ) end ] end