Spotify Web API v0.4.0 Spotify.Image View Source
An object containing image information.
Link to this section Summary
Types
The image height in pixels. If unknown: null
or not returned
The full Image object
The source URL of the image
The image width in pixels. If unknown: null
or not returned
Link to this section Types
The image height in pixels. If unknown: null
or not returned.
t() :: %Spotify.Image{height: Spotify.Image.height() | nil, url: Spotify.Image.url() | nil, width: Spotify.Image.width() | nil}
The full Image object.
Contains all the values listed in the Spotify Docs
The source URL of the image.
The image width in pixels. If unknown: null
or not returned.
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
.