steamworks-web-api
v1.0.4
Published
JS Library for use Steamworks Web API
Downloads
17
Readme
steamworks-web-api
JS Library for use Steamworks Web API
Most of the functions have not been tested, if you find any bugs open an issue explaining the bug and proposing a solution or make a pull request.
Steamworks Web Api
Installation
npm install steamworks-web-api
Usage
Functions that I have used and that I know work
const {SteamworksWebApi} = require('steamworks-web-api');
const steamworksWebApi = new SteamworksWebApi('<key> Steamworks Web API publisher authentication key.');
await steamworksWebApi.IPlayerService.GetBadges('76561198069627324');
await steamworksWebApi.IInventoryService.AddItem("3062640", [1], undefined, "76561198069627324", true)
Contributors
License
MIT