Safe Haskell | None |
---|---|
Language | Haskell2010 |
- newtype ArtistID = ArtistID Text
- data Artist = Artist {}
- data ImagesList = ImagesList {
- imagesList :: !Array
- data Image = Image {}
- data MembersList = MembersList {
- membersList :: !Array
- data Member = Member {}
- data ReleaseArtistList = ReleaseArtistList {
- releaseArtists :: !Array
- data ReleaseArtist = ReleaseArtist {}
Documentation
This is required to look up an artist. Example: '108713'
The Artist resource represents a person in the Discogs database who contributed to a Release in some capacity.
data ImagesList Source
This is a list of type Image.
This is a image of an Artist which has been submitted by a contributor.
data MembersList Source
This is a list of type Member.
This is a member that belongs to the Artists. Eg: members of a band, contributors to a project.
data ReleaseArtistList Source
This is a list of type ReleaseArtist