liblastfm-0.0.3.6: Wrapper to Lastfm API

Safe HaskellNone

Network.Lastfm.JSON.Event

Description

Event API module

Synopsis

Documentation

attend :: Event -> Status -> APIKey -> SessionKey -> Secret -> Lastfm ResponseSource

Set a user's attendance status for an event. More: http://www.last.fm/api/show/event.attend

getInfo :: Event -> APIKey -> Lastfm ResponseSource

Get the metadata for an event on Last.fm. Includes attendance and lineup information. More: http://www.last.fm/api/show/event.getInfo

share :: Event -> Recipient -> Maybe Message -> Maybe Public -> APIKey -> SessionKey -> Secret -> Lastfm ResponseSource

Share an event with one or more Last.fm users or other friends. More: http://www.last.fm/api/show/event.share