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

x/steamy/mod.ts>Steam.resolveVanityURL_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.resolveVanityURL_Result
import { type Steam } from "https://deno.land/x/steamy@v0.05a/mod.ts";
const { resolveVanityURL_Result } = Steam;

Properties

The status of the request. 1 if successful, 42 if there was no match.

optional
message: string

The message associated with the request status. Currently only used on resolution failures.

steamid: string

The 64 bit Steam ID the vanity URL resolves to. Not returned on resolution failures.