const ArtistsClient = await Genius.Artist.Client(key);
Fetches the Artist using the provided ID (Requires Key)
const Artist = await ArtistsClient.get(456537);
Generated using TypeDoc
const ArtistsClient = await Genius.Artist.Client(key);