liblastfm-0.0.2.1: Wrapper to Lastfm API

Safe HaskellSafe-Infered

Network.Lastfm.API.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.lastfm.ru/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.lastfm.ru/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.lastfm.ru/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.lastfm.ru/api/show/group.getWeeklyTrackChart