[][src]Module aspotify::endpoints::library

Endpoints relating to saving albums and tracks.

Functions

get_saved_albums

Get the current user's saved albums.

get_saved_tracks

Get the current user's saved tracks.

save_albums

Save albums for the current user.

save_tracks

Save tracks for the current user.

unsave_albums

Unsave some of the current user's saved albums.

unsave_tracks

Unsave some of the current user's saved tracks.

user_saved_albums

Check if the current user has saved some albums.

user_saved_tracks

Check if the current user has saved some tracks.