Spotify Web API v0.1.0 Spotify.Users.UserPublic View Source

A public User object.

KeyValue Description
display_nameThe name displayed on the user’s profile. null if not available.
external_urlsKnown public external URLs for this user.
followersInformation about the followers of this user.
hrefA link to the Web API endpoint for this user.
idThe Spotify user ID for this user.
imagesThe user’s profile image.
typeThe object type: “user”
uriThe Spotify URI for this user.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Spotify.Users.UserPublic{display_name: String.t() | nil, external_urls: Spotify.ExternalUrls.t(), followers: Spotify.Followers.t(), href: String.t(), id: String.t(), images: [Spotify.Image.t()], type: String.t(), uri: String.t()}