Module "lib/endpoints/Browsing"
Functions
Const getArtist
- getArtist(cookie: string, args: { authUser?: undefined | number; userID?: undefined | string }, channelId: string): Promise<Artist | Error>
-
Parameters
-
cookie: string
-
args: { authUser?: undefined | number; userID?: undefined | string }
-
Optional authUser?: undefined | number
-
Optional userID?: undefined | string
-
channelId: string
Returns Promise<Artist | Error>