Method: Assently::Client#post

Defined in:
lib/assently/client.rb

#post(api_command, body = nil) ⇒ Object



40
41
42
# File 'lib/assently/client.rb', line 40

def post api_command, body = nil
  make_response make_post(api_command, body)
end