get Album
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
Parameters
id
market
Get album API returns the details about an album.
See the Spotify doc.