liblastfm-0.3.2.0: Lastfm API interface

Safe HaskellNone

Network.Lastfm.Event

Description

Lastfm event API

This module is intended to be imported qualified:

 import qualified Network.Lastfm.Event as Event

Synopsis

Documentation

attend :: Request f (Event -> Status -> APIKey -> SessionKey -> Sign)Source

Set a user's attendance status for an event.

http://www.last.fm/api/show/event.attend

getAttendees :: Request f (Event -> APIKey -> Ready)Source

Get a list of attendees for an event.

Optional: page, limit

http://www.last.fm/api/show/event.getAttendees

getInfo :: Request f (Event -> APIKey -> Ready)Source

Get the metadata for an event on Last.fm. Includes attendance and lineup information.

http://www.last.fm/api/show/event.getInfo

getShouts :: Request f (Event -> APIKey -> Ready)Source

Get shouts for this event. Also available as an rss feed.

Optional: page, limit

http://www.last.fm/api/show/event.getShouts

share :: Request f (Event -> Recipient -> APIKey -> SessionKey -> Sign)Source

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

Optional: public, message

http://www.last.fm/api/show/event.share