Skip to main content
Module

x/steam_trader/mod.ts

https://deno.land/x/steam_trader
Latest
import * as steamTrader from "https://deno.land/x/steam_trader@v0.4.0/mod.ts";

Classes

For using this class you need to give proper permissions to deno. It encrypts your data with this machine's id.

In order to uniquely identify an item, You need It's App ID, It's context ID, and It's Asset ID.

For using this class you need to give proper permissions to deno.

Functions

Use this helper function to create TradeManager and use some defaults. you must provide username, password and sharedSecret when using this. otherwise you have to construct a trade manager object and call manager.setup() function yourself to start using it.