Returns a list of all the tags used by the user.
Usage
client.user.getTopTags({ username, limit? })
Parameters
Param | Type | Required | Description |
---|
username | string | | The name of the user. |
limit | number | | The number of results to fetch per page. Defaults to 50. |