com.kkbox.openapideveloper / com.kkbox.openapideveloper.api / FeaturedPlaylistFetcher
class FeaturedPlaylistFetcher
List all featured playlists metadata.
| <init> | FeaturedPlaylistFetcher(httpClient: HttpClient, territory: String = "TW")Creates a featured playlist fetcher. |
| fetchAllFeaturedPlaylists | fun fetchAllFeaturedPlaylists(limit: Int? = null, offset: Int? = null): ResponseFuture<JsonObject>Fetch featured playlists. |