9 10 11
# File 'lib/connection.rb', line 9 def get(path, params = {}) request(:get, path, params) end