Functions for the Last.fm Chart API methods.
These return Last.fm's global charts and take no subject — only limit and
page options.
Summary
Functions
Fetches the most popular artists on Last.fm (chart.getTopArtists).
Fetches the most popular tags on Last.fm (chart.getTopTags).
Fetches the most popular tracks on Last.fm (chart.getTopTracks).
Functions
Fetches the most popular artists on Last.fm (chart.getTopArtists).
Returns a Lastex.Page.
Lastex.Chart.top_artists(limit: 10)
Fetches the most popular tags on Last.fm (chart.getTopTags).
Returns a Lastex.Page.
Lastex.Chart.top_tags(limit: 10)
Fetches the most popular tracks on Last.fm (chart.getTopTracks).
Returns a Lastex.Page.
Lastex.Chart.top_tracks(limit: 10)