| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Discogs.Types.Label
- newtype LabelID = LabelID Text
- data Label = Label {}
- data Sublabel = Sublabel {}
- data LabelReleaseList = LabelReleaseList {
- pagination :: Pagination
- releases :: !Array
- data LabelRelease = LabelRelease {}
- data Company = Company {}
Documentation
This is required to look up a release. Example: '1'
The Label resource represents a label, company, recording studio, location, or other entity involved with Artists and Releases.
Constructors
| Label | |
This is for any sort of associated sub-label, siblings, etc.
Constructors
| Sublabel | |
Fields | |
data LabelReleaseList Source
A list of type LabelRelease.
Constructors
| LabelReleaseList | |
Fields
| |
A company that was involved with a specific Label.
Constructors
| Company | |
Fields
| |