Method: FGraph.perform_post

Defined in:
lib/fgraph.rb

.perform_post(uri, options = {}) ⇒ Object



314
315
316
# File 'lib/fgraph.rb', line 314

def perform_post(uri, options = {})
  handle_response(post(uri, {:body => options}))
end