liblastfm-0.0.3.6: Wrapper to Lastfm API

Safe HaskellNone

Network.Lastfm.JSON.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.last.fm/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.last.fm/api/show/playlist.create