Artists
Artist Responses
The standard response wrappers returned by artist endpoints.
ArtistResponse
type ArtistResponse = SingleResourceResponse<Artist | BaseArtist>;ArtistListResponse
type ArtistListResponse = ListResourceResponse<Artist | BaseArtist>;Related Responses
/artists/{id}/rel/albums->AlbumListResponse/artists/{id}/rel/songs->SongListResponse