Exspotify.Structs.Followers (Exspotify v0.1.0)

View Source

Represents followers information from Spotify API.

Summary

Functions

Creates a Followers struct from a map.

Types

t()

@type t() :: %Exspotify.Structs.Followers{href: String.t() | nil, total: integer()}

Functions

from_map(map)

@spec from_map(map()) :: t()

Creates a Followers struct from a map.