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