View Source Sptfy.Object.FullArtist (Sptfy v0.1.5)

Module for artist (full) struct.

Link to this section Summary

Link to this section Types

@type t() :: %Sptfy.Object.FullArtist{
  external_urls: term(),
  followers: term(),
  genres: term(),
  href: term(),
  id: term(),
  images: term(),
  name: term(),
  popularity: term(),
  type: term(),
  uri: term()
}