Spotify Web API v0.4.0 Spotify.Artists.ArtistFull View Source

A full Artist object.

Spotify Docs

Link to this section Summary

Types

t()

A full Artist object

Functions

Returns each Object Models’ model for json decoding

Link to this section Types

Link to this type t() View Source
t() :: %Spotify.Artists.ArtistFull{external_urls: Spotify.Artists.external_urls() | nil, followers: Spotify.Artists.followers() | nil, genres: Spotify.Artists.genres() | nil, href: Spotify.Artists.href() | nil, id: Spotify.Artists.id() | nil, images: Spotify.Artists.images() | nil, name: Spotify.Artists.name() | nil, popularity: Spotify.Artists.popularity() | nil, type: Spotify.Artists.type() | nil, uri: Spotify.Artists.uri() | nil}

A full Artist object.

Link to this section Functions

Returns each Object Models’ model for json decoding.

This callback is passed into Poison.decode :as option for formatting incoming json as structs. Each Object Model should implement it, and nest other Object Models’ as functions in their own as needed.

Callback implementation for Spotify.ObjectModel.as/0.