get Categorys Playlists
suspend fun getCategorysPlaylists(categoryId: String, pagingOptions: PagingOptions = PagingOptions(), country: CountryCode? = null): SpotifyApiResponse<CategorysPlaylists>
Deprecated
Spotify marks GET /v1/browse/categories/{category_id}/playlists as deprecated.
Gets playlists for a Spotify browse category.
Return
Wrapped Spotify API response with status code and parsed Spotify payload.
Parameters
category Id
Spotify category ID from the Browse API.
paging Options
Paging options (limit, offset) used for paged endpoints.
country
Country code used for market-specific filtering.