getAlbum

abstract suspend fun getAlbum(id: String, market: String? = null): SpotifyApiResponse<Album, ErrorBody>(source)

Get album API returns the details about an album.

See the Spotify doc.

Return

Album when success and ErrorBody when error.

Parameters

id
market