liblastfm-0.3.2.0: Lastfm API interface

Safe HaskellNone

Network.Lastfm.Group

Description

Lastfm group API

This module is intended to be imported qualified:

 import qualified Network.Lastfm.Group as Group

Synopsis

Documentation

getMembers :: Request f (Group -> APIKey -> Ready)Source

Get a list of members for this group.

Optional: page, limit

http://www.last.fm/api/show/group.getMembers

getWeeklyAlbumChart :: Request f (Group -> APIKey -> Ready)Source

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.

Optional: from, to

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

getWeeklyArtistChart :: Request f (Group -> APIKey -> Ready)Source

Get an artist 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.

Optional: from, to

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

getWeeklyChartList :: Request f (Group -> APIKey -> Ready)Source

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

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

getWeeklyTrackChart :: Request f (Group -> APIKey -> Ready)Source

Get a track 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.

Optional: from, to

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