Search for an artist by name.
Usage
client.artist.search({ artist, limit?, page? })
Parameters
Param | Type | Required | Description |
---|
artist | string | | The name of the artist. |
limit | number | | The number of results to fetch per page. Defaults to 30. |
page | number | | The page number to fetch. Defaults to the first page. |