Interface: ArtistParams
Defined in: endpoints/Artists/types.ts:189
Expand
Identifier and query options accepted by ArtistsEndpoint#get.
Extends
Properties
| Property | Type | Inherited from | Defined in |
|---|---|---|---|
platform? | Platform | ArtistRequestOptions.platform | endpoints/Artists/types.ts:177 |
l? | Locale | ArtistRequestOptions.l | endpoints/Artists/types.ts:178 |
include? | IncludeOption[] | ArtistRequestOptions.include | endpoints/Artists/types.ts:179 |
views? | ArtistViewName[] | ArtistRequestOptions.views | endpoints/Artists/types.ts:180 |
extend? | ExtendOption[] | ArtistRequestOptions.extend | endpoints/Artists/types.ts:181 |
with? | Attributes[] | ArtistRequestOptions.with | endpoints/Artists/types.ts:182 |
id | string | - | endpoints/Artists/types.ts:190 |