Method: Taxy::Connection#post

Defined in:
lib/connection.rb

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



13
14
15
# File 'lib/connection.rb', line 13

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