liblastfm-0.0.3.0: Wrapper to Lastfm API

Safe HaskellNone

Network.Lastfm.XML.Group

Description

Group API module

Synopsis

Documentation

getWeeklyChartList :: Group -> APIKey -> Lastfm ResponseSource

Get an album chart for a group, for a given date range. If no date range is supplied, it will return the most recent album chart for this group.

More: http://www.last.fm/api/show/group.getWeeklyAlbumChart

getWeeklyAlbumChart :: Group -> Maybe From -> Maybe To -> APIKey -> Lastfm ResponseSource

Get an artist chart for a group, for a given date range. If no date range is supplied, it will return the most recent artist chart for this group.

More: http://www.last.fm/api/show/group.getWeeklyArtistChart

getWeeklyArtistChart :: Group -> Maybe From -> Maybe To -> APIKey -> Lastfm ResponseSource

Get a list of available charts for this group, expressed as date ranges which can be sent to the chart services.

More: http://www.last.fm/api/show/group.getWeeklyChartList

getWeeklyTrackChart :: Group -> Maybe From -> Maybe To -> APIKey -> Lastfm ResponseSource

Get a track chart for a group, for a given date range. If no date range is supplied, it will return the most recent track chart for this group.

More: http://www.last.fm/api/show/group.getWeeklyTrackChart