get Album Rest Action
fun getAlbumRestAction(album: String, market: Market? = null): SpotifyRestAction<Album?>
Content copied to clipboard
Get Spotify catalog information for a single album.
Return
Full Album object if the provided id is found, otherwise null
Parameters
album
The id or uri for the album.
market
Provide this parameter if you want to apply Track Relinking
Sources
(source)
Link copied to clipboard