25 26 27
# File 'lib/annict/client.rb', line 25 def send_request(method, path, params) Annict::Response.new(annict_connection.send(method, path, params)) end