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