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.
const steamUrl: string = "https://steamcommunity.com/id/ARCYVILK";const candidate: Candidate[] = await sdk.getCandidateSummary({ steamUrl });
Generated using TypeDoc
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