Exspotify.Structs.Author (Exspotify v0.1.0)

View Source

Represents an author object from Spotify API. Used by audiobooks.

Summary

Functions

Creates an Author struct from a map.

Types

t()

@type t() :: %Exspotify.Structs.Author{name: String.t()}

Functions

from_map(map)

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

Creates an Author struct from a map.