liblastfm-0.0.3.8: Wrapper to Lastfm API

Safe HaskellNone

Network.Lastfm.XML.Tag

Description

Tag API module

Synopsis

Documentation

getSimilar :: Tag -> APIKey -> Lastfm ResponseSource

Search for tags similar to this one. Returns tags ranked by similarity, based on listening data. More: http://www.last.fm/api/show/tag.getSimilar

getTopAlbums :: Tag -> Maybe Page -> Maybe Limit -> APIKey -> Lastfm ResponseSource

Get the top albums tagged by this tag, ordered by tag count. More: http://www.last.fm/api/show/tag.getTopAlbums

getTopArtists :: Tag -> Maybe Page -> Maybe Limit -> APIKey -> Lastfm ResponseSource

Get the top artists tagged by this tag, ordered by tag count. More: http://www.last.fm/api/show/tag.getTopArtists

getTopTags :: APIKey -> Lastfm ResponseSource

Fetches the top global tags on Last.fm, sorted by popularity (number of times used). More: http://www.last.fm/api/show/tag.getTopTags

getTopTracks :: Tag -> Maybe Page -> Maybe Limit -> APIKey -> Lastfm ResponseSource

Get the top tracks tagged by this tag, ordered by tag count. More: http://www.last.fm/api/show/tag.getTopTracks

getWeeklyArtistChart :: Tag -> Maybe From -> Maybe To -> Maybe Limit -> APIKey -> Lastfm ResponseSource

Get an artist chart for a tag, for a given date range. If no date range is supplied, it will return the most recent artist chart for this tag. More: http://www.last.fm/api/show/tag.getWeeklyArtistChart

getWeeklyChartList :: Tag -> APIKey -> Lastfm ResponseSource

Get a list of available charts for this tag, expressed as date ranges which can be sent to the chart services. More: http://www.last.fm/api/show/tag.getWeeklyChartList

search :: Tag -> Maybe Page -> Maybe Limit -> APIKey -> Lastfm ResponseSource

Search for a tag by name. Returns matches sorted by relevance. More: http://www.last.fm/api/show/tag.search