class Dogapi::V1::HostsService

Hosts API

Constants

API_VERSION

Public Instance Methods

totals() click to toggle source
   # File lib/dogapi/v1/hosts.rb
17 def totals
18   request(Net::HTTP::Get, "/api/#{API_VERSION}/hosts/totals", nil, nil, true)
19 end