liblastfm-0.0.1.0: Wrapper to Lastfm API

Safe HaskellNone

Network.Lastfm.API.Event

Description

Event API module

Synopsis

Documentation

attend :: Event -> Status -> APIKey -> SessionKey -> Lastfm ()Source

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 -> Lastfm ()Source

Share an event with one or more Last.fm users or other friends.

More: http://www.lastfm.ru/api/show/event.share

shout :: Event -> Message -> APIKey -> SessionKey -> Lastfm ()Source

Shout in this event's shoutbox.

More: http://www.lastfm.ru/api/show/event.shout