import FeaturedPlaylistFetcher from '@kkbox/kkbox-js-sdk/src/api/FeaturedPlaylistFetcher.js'Method Summary
| Public Methods | ||
| public |
fetchAllFeaturedPlaylists(limit: number, offset: number): Promise Fetch all featured playlists. |
|
Inherited Summary
| From class Fetcher | ||
| public |
fetchNextPage(fulfillment: fulfillment, nextUriPath: String): Promise Fetches next page of various paged APIs. |
|
| public |
hasNextPage(fulfillment: fulfillment, nextUriPath: String): Boolean Is next page available for various paged APIs. |
|
| public |
setTerritory(territory: string): Fetcher Set the fetcher's territory. |
|
