OpenAPI-Android

All Types

com.kkbox.openapideveloper.api.AlbumFetcher Get metadata and tracks of an album.
com.kkbox.openapideveloper.api.Api Fetch KKBOX resources.
com.kkbox.openapideveloper.api.ArtistFetcher Get artist metadata.
com.kkbox.openapideveloper.auth.Auth The instance of this class fetches the authorization.
com.kkbox.openapideveloper.api.ChartFetcher Fetches various kkbox charts.
com.kkbox.openapideveloper.auth.ClientCredentialsFlow Implements the client credentials flow. Used for accessing APIs that don’t need any KKBOX user’s personal data.
com.kkbox.openapideveloper.Endpoint API Endpoint.
com.kkbox.openapideveloper.api.FeaturedPlaylistCategoryFetcher List featured playlist categories.
com.kkbox.openapideveloper.api.FeaturedPlaylistFetcher List all featured playlists metadata.
com.kkbox.openapideveloper.api.GenreStationFetcher Fetch genre stations and get tracks for a specific genre station.
com.kkbox.openapideveloper.api.HttpClient The http client instance will get response from specific url.
com.kkbox.openapideveloper.api.MoodStationFetcher Fetch mood stations and get tracks for a specific mood station.
com.kkbox.openapideveloper.api.NewHitsPlaylistFetcher List all new hits playlists and fetch tracks for specific new hit playlist.
com.kkbox.openapideveloper.api.NewReleaseCategoryFetcher List categories of new release category and get metadata of specific new release category.
com.kkbox.openapideveloper.api.SearchFetcher Search API, the types it can search includes artists, albums, tracks, or playlists. Default to search all types, use “,” to separate types if you want to use multiple types to search at the same time.
com.kkbox.openapideveloper.api.SharedPlaylistFetcher Fetch metadata and tracks of a specific shared playlist.
com.kkbox.openapideveloper.auth.TokenFetcher The instance of this class fetches open api token.
com.kkbox.openapideveloper.api.TrackFetcher Fetch metadata of a track.