Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/steamy/mod.ts>Steam.getSDRConfig_Result

Steamy is a library made to help interact with Valve's REST APIs for their various games and services by providing easy asynchronous functions to call them, along with a key manager, and type checking to boot.
Latest
interface Steam.getSDRConfig_Result
import { type Steam } from "https://deno.land/x/steamy@v0.05a/mod.ts";
const { getSDRConfig_Result } = Steam;

Properties

revision: number
pops: Record<string, getSDRConfig_Pop>
certs: string[]
p2p_share_ip: { cn: number; default: number; ru: number; }
relay_public_key: string
revoked_keys: string[]
typical_pings: [string, string, number][]
success: boolean