JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q46280F
  • License MIT

JS Library for use Steamworks Web API

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

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

contributors

License

MIT