# File lib/fog/dns/requests/dnsimple/get_domain.rb, line 26
        def get_domain(id)
          request(
                  :expects  => 200,
                  :method   => "GET",
                  :path     => "/domains/#{id}"
                  )
        end