1.0.4 • Published 11 months ago

steamworks-web-api v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

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

NPM GitHub contributors npm npm

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

1.0.2

11 months ago

1.0.1

1 year ago

1.0.0

1 year ago

1.0.4

11 months ago

1.0.3

11 months ago

0.0.2

7 years ago

0.0.1

7 years ago