liblastfm-0.7.0: Lastfm API interface

Safe HaskellNone
LanguageHaskell2010

Lastfm.Playlist

Description

Lastfm playlist API

This module is intended to be imported qualified:

import qualified Lastfm.Playlist as Playlist
Synopsis

Documentation

addTrack :: Request f (Playlist -> Artist -> Track -> APIKey -> SessionKey -> Sign) Source #

Add a track to a Last.fm user's playlist

http://www.last.fm/api/show/playlist.addTrack

create :: Request f (APIKey -> SessionKey -> Sign) Source #

Create a Last.fm playlist on behalf of a user

Optional: title, description

http://www.last.fm/api/show/playlist.create