Spotify Web API v0.4.0 Spotify.Users.PlayHistory View Source

A Play History object.

Spotify Docs

Link to this section Summary

Types

t()

A Play History object

Functions

Returns each Object Models’ model for json decoding

Link to this section Types

Link to this type t() View Source
t() :: %Spotify.Users.PlayHistory{context: Spotify.Users.context() | nil, played_at: Spotify.Users.played_at() | nil, track: Spotify.Users.track()}

A Play History object.

Link to this section Functions

Returns each Object Models’ model for json decoding.

This callback is passed into Poison.decode :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.