# File lib/flukso/request.rb, line 27
    def self.get(client, path, options={})
      new(client, :get, path, options).perform
    end