Skip to content

Latest commit

 

History

History
46 lines (41 loc) · 1.91 KB

statsv1statsgetresponse.md

File metadata and controls

46 lines (41 loc) · 1.91 KB

StatsV1StatsGetResponse

Example Usage

import { StatsV1StatsGetResponse } from "@steamsets/client-ts/models/operations";

let value: StatsV1StatsGetResponse = {
  httpMeta: {
    response: new Response("{\"message\": \"hello world\"}", {
      headers: { "Content-Type": "application/json" },
    }),
    request: new Request("https://example.com"),
  },
  v1Stats: {
    dollarSchema: "https://api.steamsets.com/schemas/V1Stats.json",
    accountsAdded: 1,
    accountsUpdated: 1,
    appPlaytime: 1,
    apps: 1,
    awardsGiven: 1,
    awardsReceived: 1,
    badges: 1,
    bans: 1,
    foilBadges: 1,
    friends: 1,
    gameBans: 1,
    level: 1,
    normalBadges: 1,
    playtime: 1,
    pointsGiven: 1,
    pointsReceived: 1,
    steamSetsScore: 1,
    totalAccounts: 1,
    vacBans: 1,
    xp: 1,
  },
};

Fields

Field Type Required Description
httpMeta components.HTTPMetadata ✔️ N/A
v1Stats components.V1Stats OK