Method: Parse::Client#post

Defined in:
lib/parse/client.rb

#post(uri, body) ⇒ Object



76
77
78
# File 'lib/parse/client.rb', line 76

def post(uri, body)
  request(uri, :post, body)
end