Constructors

Properties

Methods

Constructors

Properties

client: Client

Methods

  • Fetches the artist using the provided ID (requires key).

    Parameters

    • id: number

    Returns Promise<Artist>

    Example

    const Artist = await ArtistsClient.get(456537);
    

Generated using TypeDoc