steam-api-node
steam-api-node copied to clipboard
Steam Web Api Integration
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project.  #### Changes included in this PR - Changes to...
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...
There are 2 separate endpoints: You currently point to the public API. Please allow us to easily switch to the private pub one. Same everything, except you point to http**s**://partner.steam-api.com
I noticed @ steam/App.js, you're using http instead of https -- this can cause all types of issues. Please switch to https.
For whatever reason, this item seems to be dropped from the user object Raw request: ``` { "response": { "players": [ { "steamid": "76561197993843660", "communityvisibilitystate": 3, "profilestate": 1, "personaname": "Jippen...
Hello Sir. I am a beginner of steam api. So Can you help me? Please let me know best Steam API document. Then How can I get last vac ban...
The Method GetPlayerBans should return: SteamId (string) CommunityBanned (bool) VACBanned (bool) NumberOfVACBans (int) DaysSinceLastBan (int) NumberOfGameBans (int) EconomyBan (string) like in: https://developer.valvesoftware.com/wiki/Steam_Web_API#GetPlayerBans_.28v1.29 Your Method just returnes: steamId: '', communityBanned: ,...
Made the readme's `Usage` code block a bit easier to read by setting block language to ES6.
The api implementation was missing authenticating user with session tickets. I added the functionality in. This allows the nodejs web api to authenticate sessions for a specific game. Feel free...