discogs-haskell-0.0.5.0: Client for Discogs REST API

Safe HaskellNone
LanguageHaskell2010

Discogs.Types.Artist

Synopsis

Documentation

newtype ArtistID Source

This is required to look up an artist. Example: '108713'

Constructors

ArtistID Text 

data Artist Source

The Artist resource represents a person in the Discogs database who contributed to a Release in some capacity.

data Image Source

This is a image of an Artist which has been submitted by a contributor.

Constructors

Image 

data MembersList Source

This is a list of type Member.

Constructors

MembersList 

Fields

membersList :: !Array
 

data Member Source

This is a member that belongs to the Artists. Eg: members of a band, contributors to a project.

Constructors

Member