Method: Ronnie::Client::Artists#top_artists
- Defined in:
- lib/ronnie/client/artists.rb
#top_artists(options = {}) ⇒ Object
retrieve the site-wide most popular artists.
44 45 46 |
# File 'lib/ronnie/client/artists.rb', line 44 def top_artists(={}) post('getTopCharts', { type: "Artist" }) end |