com.kkbox.openapideveloper / com.kkbox.openapideveloper.api / FeaturedPlaylistCategoryFetcher / fetchAllFeaturedPlaylistCategories
fun fetchAllFeaturedPlaylistCategories(limit: Int? = null, offset: Int? = null): ResponseFuture<JsonObject>
Fetch all featured playlist categories.
return httpClient.get(endpoint,
mapOf("territory" to territory,
"limit" to limit?.toString(),
"offset" to offset?.toString()))
Return all featured playlist categories.