liblastfm-0.0.2.1: Wrapper to Lastfm API

Safe HaskellSafe-Infered

Network.Lastfm

Description

Response module

Synopsis

Documentation

type Lastfm a = IO (Either LastfmError a)Source

Type synonym for Lastfm response or error.

type Response = StringSource

Type synonym for Lastfm response

callAPI :: [(String, String)] -> Lastfm ResponseSource

Low level function. Sends POST query to Lastfm API.

callAPIsigned :: Secret -> [(String, String)] -> Lastfm ResponseSource

Low level function. Sends signed POST query to Lastfm API.