Skip to main content
Latest
class GetAssetClassInfo
extends ISteamEconomyRequest
import { GetAssetClassInfo } from "https://deno.land/x/steam_trader@v0.4.0/src/steam_api/requests/ISteamEconomy.ts";

Constructors

new
GetAssetClassInfo(options: GetAssetClassInfoOptions)

Properties

functionName: string
method
optional
responseStructure: Record<string, Omit<SteamEconItem, "id" | "assetid" | "amount">>
skipFix: boolean
version: string

Methods

fixArray(obj: Record<string, any>, key: string)

fixes the malformed array. simply object with index numbers to array conversion.

postProcess(response: GetAssetClassInfo["responseStructure"])