4 5 6
# File 'lib/chordate-ruby/http.rb', line 4 def post(path, body = {}) Typhoeus.post(url_for(path), :body => body.merge(:token => Chordate.config.token)) end