Method: Ronnie::Client::Artists#top_artists

Defined in:
lib/ronnie/client/artists.rb

#top_artists(options = {}) ⇒ Object

retrieve the site-wide most popular artists.

Examples:

Ronnie.top_artists


44
45
46
# File 'lib/ronnie/client/artists.rb', line 44

def top_artists(options={})
  post('getTopCharts', { type: "Artist" })
end