steam-api-node icon indicating copy to clipboard operation
steam-api-node copied to clipboard

Steam Web Api Integration

Results 17 steam-api-node issues
Sort by recently updated
recently updated
newest added

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=merge&from_version=1.2.1&to_version=2.1.1&pr_id=6924d7f9-45d6-4e61-8e7d-e4d7462fba46&visibility=true&has_feature_flag=false) #### 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...