Package Exports
- steamworks-web-api
- steamworks-web-api/lib/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (steamworks-web-api) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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