discogs-haskell-0.0.5.0: Client for Discogs REST API

Safe HaskellNone
LanguageHaskell2010

Discogs.Types

Description

This module contains all types of data returned by the Discogs API. Only database actions (with the exception of search) have been implemented so far.

Synopsis

Documentation

data Artist Source

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

data Release Source

The Release resource represents a particular physical or digital object released by one or more Artists.

data Master Source

The Master resource represents a set of similar Releases. Masters (also known as “master releases”) have a “main release” which is often the chronologically earliest.

data Label Source

The Label resource represents a label, company, recording studio, location, or other entity involved with Artists and Releases.