getArtistAlbums

abstract suspend fun getArtistAlbums(id: String, includeGroups: List<String>, market: String?, limit: Int, offset: Int): ApiResponse<AlbumResponse, ErrorBody>(source)

Get artist albums API returns the albums, single, features and compilations of the artist.

Return

AlbumResponse when success and ErrorBody when error.

Parameters

id
includeGroups
market
limit
offset