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