Safe Haskell | None |
---|
Lastfm event API
This module is intended to be imported qualified:
import qualified Network.Lastfm.Event as Event
- attend :: Request f Sign (Event -> Status -> APIKey -> SessionKey -> Ready)
- getAttendees :: Request f Send (Event -> APIKey -> Ready)
- getInfo :: Request f Send (Event -> APIKey -> Ready)
- getShouts :: Request f Send (Event -> APIKey -> Ready)
- share :: Request f Sign (Event -> Recipient -> APIKey -> SessionKey -> Ready)
- shout :: Request f Sign (Event -> Message -> APIKey -> SessionKey -> Ready)
Documentation
attend :: Request f Sign (Event -> Status -> APIKey -> SessionKey -> Ready)Source
Set a user's attendance status for an event.
getAttendees :: Request f Send (Event -> APIKey -> Ready)Source
Get a list of attendees for an event.
getInfo :: Request f Send (Event -> APIKey -> Ready)Source
Get the metadata for an event on Last.fm. Includes attendance and lineup information.
getShouts :: Request f Send (Event -> APIKey -> Ready)Source
Get shouts for this event. Also available as an rss feed.
share :: Request f Sign (Event -> Recipient -> APIKey -> SessionKey -> Ready)Source
Share an event with one or more Last.fm users or other friends.