Method: Cin7API::Resource#post_request
- Defined in:
- lib/cin7_api/resource.rb
#post_request(url, body:, headers: {}) ⇒ Object
19 20 21 |
# File 'lib/cin7_api/resource.rb', line 19 def post_request(url, body:, headers: {}) handle_response client.connection.post(url, body, headers) end |