album.getInfo
Returns metadata information for an album.
Usage
client.album.getInfo({ artist, album, username? })
Parameters
Param | Type | Required | Description |
---|---|---|---|
artist | string | The name of the artist. | |
album | string | The name of the album. | |
username | string | The username for the context of the request. If supplied, the user’s playcount for this artist’s album is included in the response. |