Spotify Web API v0.2.2 Spotify.Albums.AlbumFull View Source
A full album object.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Spotify.Albums.AlbumFull{album_type: Spotify.Albums.album_type(), artists: Spotify.Albums.artists(), available_markets: Spotify.Albums.available_markets(), copyrights: Spotify.Albums.copyrights(), external_ids: Spotify.Albums.external_ids(), external_urls: Spotify.Albums.external_urls(), genres: Spotify.Albums.genres(), href: Spotify.Albums.href(), id: Spotify.Albums.id(), images: Spotify.Albums.images(), label: Spotify.Albums.label(), name: Spotify.Albums.name(), popularity: Spotify.Albums.popularity(), release_date: Spotify.Albums.release_date(), release_date_precision: Spotify.Albums.release_date_precision(), tracks: Spotify.Albums.tracks(), type: Spotify.Albums.type(), uri: Spotify.Albums.uri()}
A full album 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
.