Safe Haskell | None |
---|---|
Language | Haskell2010 |
Lastfm geo API
This module is intended to be imported qualified:
import qualified Network.Lastfm.Geo as Geo
- getEvents :: Request f (APIKey -> Ready)
- getMetroArtistChart :: Request f (Metro -> Country -> APIKey -> Ready)
- getMetroHypeArtistChart :: Request f (Metro -> Country -> APIKey -> Ready)
- getMetroHypeTrackChart :: Request f (Metro -> Country -> APIKey -> Ready)
- getMetroTrackChart :: Request f (Metro -> Country -> APIKey -> Ready)
- getMetroUniqueArtistChart :: Request f (Metro -> Country -> APIKey -> Ready)
- getMetroUniqueTrackChart :: Request f (Metro -> Country -> APIKey -> Ready)
- getMetroWeeklyChartlist :: Request f (Metro -> APIKey -> Ready)
- getMetros :: Request f (APIKey -> Ready)
- getTopArtists :: Request f (Country -> APIKey -> Ready)
- getTopTracks :: Request f (Country -> APIKey -> Ready)
Documentation
getMetroArtistChart :: Request f (Metro -> Country -> APIKey -> Ready) Source
getMetroHypeArtistChart :: Request f (Metro -> Country -> APIKey -> Ready) Source
getMetroHypeTrackChart :: Request f (Metro -> Country -> APIKey -> Ready) Source
getMetroTrackChart :: Request f (Metro -> Country -> APIKey -> Ready) Source
getMetroUniqueArtistChart :: Request f (Metro -> Country -> APIKey -> Ready) Source
getMetroUniqueTrackChart :: Request f (Metro -> Country -> APIKey -> Ready) Source
getMetroWeeklyChartlist :: Request f (Metro -> APIKey -> Ready) Source
Get a list of available chart periods for this metro, expressed as date ranges which can be sent to the chart services.
getMetros :: Request f (APIKey -> Ready) Source
Get a list of valid countries and metros for use in the other webservices
Optional: country
getTopArtists :: Request f (Country -> APIKey -> Ready) Source
Get the most popular artists on Last.fm by country