getUsersSavedShows

suspend fun getUsersSavedShows(pagingOptions: PagingOptions = PagingOptions()): SpotifyApiResponse<UsersSavedShows>

Gets the current user's saved shows from Your Library.

Return

Wrapped Spotify API response with status code and parsed Spotify payload.

Parameters

pagingOptions

Paging options (limit, offset) used for paged endpoints.