liblastfm-0.0.2.1: Wrapper to Lastfm API

Safe HaskellSafe-Infered

Network.Lastfm.API.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.lastfm.ru/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.lastfm.ru/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.lastfm.ru/api/show/event.share