com.kkbox.openapideveloper / com.kkbox.openapideveloper.api / Api
class Api
Fetch KKBOX resources.
accessToken - Get via Auth.
territory - TW,HK,SG,MY,JP The territory for the fetcher.
| <init> | Api(accessToken: String, territory: String = "TW", context: Context)need access token to initialize. |
| albumFetcher | val albumFetcher: AlbumFetcher |
| artistFetcher | val artistFetcher: ArtistFetcher |
| chartFetcher | val chartFetcher: ChartFetcher |
| featuredPlaylistCategoryFetcher | val featuredPlaylistCategoryFetcher: FeaturedPlaylistCategoryFetcher |
| featuredPlaylistFetcher | val featuredPlaylistFetcher: FeaturedPlaylistFetcher |
| genreStationFetcher | val genreStationFetcher: GenreStationFetcher |
| hitsPlaylistFetcher | val hitsPlaylistFetcher: NewHitsPlaylistFetcher |
| moodStationFetcher | val moodStationFetcher: MoodStationFetcher |
| releaseCategoryFetcher | val releaseCategoryFetcher: NewReleaseCategoryFetcher |
| searchFetcher | val searchFetcher: SearchFetcher |
| trackFetcher | val trackFetcher: TrackFetcher |