tag.getTopAlbums
Returns popular albums that are tagged by a tag name.
Usage
client.tag.getTopAlbums({ tag, limit?, page? })
Parameters
Param | Type | Required | Description |
---|---|---|---|
tag | string | The name of the tag. | |
limit | number | The number of results to fetch per page. Defaults to 50. | |
page | number | The page number to fetch. Defaults to the first page. |