[][src]Function aspotify::endpoints::library::get_saved_albums

pub async fn get_saved_albums<'_>(
    token: &'_ AccessToken,
    limit: usize,
    offset: usize,
    market: Option<Market>
) -> Result<Page<SavedAlbum>, EndpointError<Error>>

Get the current user's saved albums.

Requires user-library-read. Limit must be in the range [1..50].

Reference.