Method: Orchestrate::Client#post
- Defined in:
- lib/orchestrate/client.rb
permalink #post(collection, body) ⇒ Object
[View source]
129 130 131 |
# File 'lib/orchestrate/client.rb', line 129 def post(collection, body) send_request :post, [collection], { body: body, response: API::ItemResponse } end |