liblastfm-0.0.2.1: Wrapper to Lastfm API

Safe HaskellSafe-Infered

Network.Lastfm.API.Playlist

Description

Playlist API module

Synopsis

Documentation

addTrack :: Playlist -> Artist -> Track -> APIKey -> SessionKey -> Secret -> Lastfm ResponseSource

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

More: http://www.lastfm.ru/api/show/playlist.addTrack

create :: Maybe Title -> Maybe Description -> APIKey -> SessionKey -> Secret -> Lastfm ResponseSource

Create a Last.fm playlist on behalf of a user.

More: http://www.lastfm.ru/api/show/playlist.create