Safe Haskell | None |
---|---|
Language | Haskell2010 |
Lastfm group API
This module is intended to be imported qualified:
import qualified Network.Lastfm.Group as Group
- getHype :: Request f (Group -> APIKey -> Ready)
- getMembers :: Request f (Group -> APIKey -> Ready)
- getWeeklyAlbumChart :: Request f (Group -> APIKey -> Ready)
- getWeeklyArtistChart :: Request f (Group -> APIKey -> Ready)
- getWeeklyChartList :: Request f (Group -> APIKey -> Ready)
- getWeeklyTrackChart :: Request f (Group -> APIKey -> Ready)
Documentation
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.
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.
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.