liblastfm-0.0.3.7: Wrapper to Lastfm API

Safe HaskellNone

Network.Lastfm

Documentation

newtype Secret Source

Constructors

Secret String 

Instances

newtype Album Source

Constructors

Album String 

Instances

newtype APIKey Source

Constructors

APIKey String 

newtype Artist Source

Constructors

Artist String 

data Bitrate Source

Constructors

B64 
B128 

newtype Context Source

Constructors

Context String 

newtype Country Source

Constructors

Country String 

newtype Group Source

Constructors

Group String 

Instances

newtype Language Source

Constructors

Language String 

newtype Latitude Source

Constructors

Latitude String 

newtype Location Source

Constructors

Location String 

newtype Mbid Source

Constructors

Mbid String 

Instances

newtype Message Source

Constructors

Message String 

newtype Method Source

Constructors

Method String 

newtype Metro Source

Constructors

Metro String 

Instances

data Multiplier Source

Constructors

M1 
M2 

newtype Name Source

Constructors

Name String 

Instances

data Order Source

Constructors

Popularity 
DateAdded 

Instances

data Status Source

Constructors

Yes 
Maybe 
No 

newtype Station Source

Constructors

Station String 

newtype StreamId Source

Constructors

StreamId String 

newtype Tag Source

Constructors

Tag String 

Instances

newtype Title Source

Constructors

Title String 

Instances

newtype Token Source

Constructors

Token String 

newtype Track Source

Constructors

Track String 

Instances

newtype User Source

Constructors

User String 

Instances

newtype Username Source

Constructors

Username String 

newtype BuyLinks Source

Constructors

BuyLinks Bool 

newtype Discovery Source

Constructors

Discovery Bool 

newtype Public Source

Constructors

Public Bool 

newtype RTP Source

Constructors

RTP Bool 

Instances

newtype UseRecs Source

Constructors

UseRecs Bool 

newtype Distance Source

Constructors

Distance Int 

newtype Duration Source

Constructors

Duration Int 

newtype Event Source

Constructors

Event Int 

Instances

newtype Limit Source

Constructors

Limit Int 

Instances

newtype Page Source

Constructors

Page Int 

Instances

newtype Playlist Source

Constructors

Playlist Int 

newtype Venue Source

Constructors

Venue Int 

Instances

newtype End Source

Constructors

End Integer 

Instances

newtype From Source

Constructors

From Integer 

Instances

newtype Start Source

Constructors

Start Integer 

Instances

newtype To Source

Constructors

To Integer 

Instances

simple :: (FromJSON a, Monad m) => m ByteString -> m aSource