Method: Dnsimple::Client#post
- Defined in:
- lib/dnsimple/client.rb
#post(path, data = nil, options = {}) ⇒ HTTParty::Response
Make a HTTP POST request.
119 120 121 |
# File 'lib/dnsimple/client.rb', line 119 def post(path, data = nil, = {}) execute :post, path, data, end |