Album Api
Album API interface provides methods using which one can get all the information about an album.
Each API returns ApiResponse
Inheritors
Functions
Link copied to clipboard
abstract suspend fun getAlbumTracks(id: String, market: String?, limit: Int, offset: Int): ApiResponse<GetAlbumTracksResponse, ErrorBody>
Get album tracks API returns all the tracks in an album.
Link copied to clipboard
abstract suspend fun getNewAlbumReleases(limit: Int, offset: Int): ApiResponse<GetNewAlbumReleasesResponse, ErrorBody>
Get new album releases API returns all the albums that have newly released.