UNPKG

steamwebapi-trade-bot

Version:

The official TypeScript library for the Steamwebapi Trade Bot

12 lines (8 loc) 223 B
import SteamWebApi from "../dist/index.cjs"; function credentials() { const swa = new SteamWebApi({ apiKey: "your_api_key" }); // Set new Api Key swa.setApiKey("new_api_key"); // Get Api Key swa.getApiKey(); }