liblastfm-0.0.3.1: Wrapper to Lastfm API

Safe HaskellNone

Network.Lastfm.XML.Venue

Description

Venue API module

Synopsis

Documentation

getEvents :: Venue -> Maybe FestivalsOnly -> APIKey -> Lastfm ResponseSource

Get a list of upcoming events at this venue.

More: http://www.last.fm/api/show/venue.getEvents

getPastEvents :: Venue -> Maybe FestivalsOnly -> Maybe Page -> Maybe Limit -> APIKey -> Lastfm ResponseSource

Get a paginated list of all the events held at this venue in the past.

More: http://www.last.fm/api/show/venue.getPastEvents