Function getCandidateSummary

  • Returns a summary of a Steam user, if they exist. User is identified by their profile's URL. Can be either ID profile of PROFILES profile. Does not have to be a MasochistME member.

    Usage

    const steamUrl: string = "https://steamcommunity.com/id/ARCYVILK";
    const candidate: Candidate[] = await sdk.getCandidateSummary({ steamUrl });

    Parameters

    Returns Promise<Candidate>

Generated using TypeDoc