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