OpenAPI-Android

com.kkbox.openapideveloper / com.kkbox.openapideveloper.api / FeaturedPlaylistFetcher

FeaturedPlaylistFetcher

class FeaturedPlaylistFetcher

List all featured playlists metadata.

Constructors

<init> FeaturedPlaylistFetcher(httpClient: HttpClient, territory: String = "TW")
Creates a featured playlist fetcher.

Functions

fetchAllFeaturedPlaylists fun fetchAllFeaturedPlaylists(limit: Int? = null, offset: Int? = null): ResponseFuture<JsonObject>
Fetch featured playlists.