Search for a track by name.
Usage
client.track.search({ artist, track })
Parameters
Param | Type | Required | Description |
---|
track | string | | The name of the track. |
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. |