# File lib/twitter/client.rb, line 43 def post(path, params={}, options={}) request(:post, path, params, options) end