liblastfm-0.5.1: Lastfm API interface

Safe HaskellNone
LanguageHaskell2010

Network.Lastfm.Playlist

Description

Lastfm playlist API

This module is intended to be imported qualified:

import qualified Network.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