Method: Echowrap::API::Artist#artist_top_terms
- Defined in:
- lib/echowrap/api/artist.rb
#artist_top_terms(options = {}) ⇒ Array<Echowrap::Term>
Returns a list of the overall top terms.
334 335 336 |
# File 'lib/echowrap/api/artist.rb', line 334 def artist_top_terms(={}) objects_from_response(Echowrap::Term, :get, '/api/v4/artist/top_terms', :terms, ) end |