Spotify Web API v0.2.1 Spotify.Users.UserPublic View Source
A public User object.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Spotify.Users.UserPublic{display_name: Spotify.Users.display_name(), external_urls: Spotify.Users.external_urls(), followers: Spotify.Users.followers(), href: Spotify.Users.href(), id: Spotify.Users.id(), images: Spotify.Users.images(), type: Spotify.Users.type(), uri: Spotify.Users.uri()}
A public User object.
Link to this section Functions
Returns each Object Models model for json decoding.
This callback is passed into Poison.decode
’s :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
.