Method: ACTV::Client#post

Defined in:
lib/actv/client.rb

#post(path, params = {}, options = {}) ⇒ Object

Perform an HTTP POST request



312
313
314
# File 'lib/actv/client.rb', line 312

def post(path, params={}, options={})
  request(:post, path, params, options)
end