165 166 167
# File 'lib/dagger.rb', line 165 def post(uri, data, options = {}) request(:post, uri, data, options) end