Method: Pcloud::Client#post
- Defined in:
- lib/pcloud/client.rb
#post(path, payload = {}, params = {}) ⇒ Object
20 21 22 |
# File 'lib/pcloud/client.rb', line 20 def post(path, payload={}, params={}) request(:post, path, params, payload) end |