discogs-haskell-0.0.5.0: Client for Discogs REST API

Safe HaskellNone
LanguageHaskell2010

Discogs.Types.Release

Synopsis

Documentation

newtype ReleaseID Source

This is required to look up a release. Example: '249504'

Constructors

ReleaseID Text 

data ReleaseList Source

This is a list containg Releases.

Constructors

ReleaseList 

Fields

releases :: !Array
 
pagination :: Pagination
 

data ArtistRelease Source

This is an artist who performs on a release.

data Format Source

This is the format of a release. Example: 2 X 7" Vinyl

Constructors

Format 

data Identifier Source

This is the Release's identifier (barcode, etc.)

Constructors

Identifier 

Fields

iType :: String
 
value :: String
 

data Track Source

This is a track contained on a Release.

Constructors

Track 

data Video Source

This is a Video resource associated with a Release.

Constructors

Video