import { Steam } from "https://deno.land/x/steamy@v0.05a/mod.ts";
const { getSupportedAPIList } = Steam;
Presence of a Steam Web API key will display all available methods & interfaces allowed for that key.
import { Steam } from "https://deno.land/x/steamy@v0.05a/mod.ts";
const { getSupportedAPIList } = Steam;
Presence of a Steam Web API key will display all available methods & interfaces allowed for that key.