4 5 6 7
# File 'lib/another_echonest_ruby_api/query.rb', line 4 def self.search(params) response = Request.get(params) response.results end