spotify_ex v2.0.8 API Reference

Modules

Spotify wraps collections in a paging object in order to handle pagination. Requesting a collection will send the collection back in the items key, along with the paging links

Recieves http responses from the client and handles them accordingly

Functions for retrieving information about albums

Functions for retrieving information about artists and for managing a user’s followed artists

Authenticates the Spotify user

Authorizes your app with Spotify

Convenience setters and getters for auth cookies

Provides a struct to hold token credentials from Spotify

Follow users or artists

Endpoints for retrieving information about the user’s listening habits

Functions for retrieving information about a user’s playlists and for managing a user’s playlists

Requesting track info from a specific playlist

Endpoints for retrieving information about a user’s profile

Spotify can make recommendations for you by providing seed data. The recommendation comes with tracks and the seed object

Spotify search endpoints. Spotify allows querying for artists, albums, playlists, and tracks

Spotify can make recommendations by providing seed data. The response contains a seed object

Exceptions