babelshift / BetterSteamWebAPIDocumentation

This is an ASP.NET MVC application intended to provide a cleaner, easier, and automatically updated listing of Steam Web API interfaces, methods, and parameters.
http://steamwebapi.azurewebsites.net/
MIT License
19 stars 1 forks source link

Looking for discussion on adding friends to steamid from web api #5

Closed jbevarts closed 3 years ago

jbevarts commented 3 years ago

Title says it all. Curious if you looked into this when implementing your docs.

babelshift commented 3 years ago

The docs generated by the app in this repo are based on the results of calling the following endpoint.

GET https://api.steampowered.com/ISteamWebAPIUtil/GetSupportedAPIList/v1

It should align closely with the official Steam Web API docs here: https://partner.steamgames.com/doc/webapi.

If you're looking to do more than read-only operations, then the Steam Web API won't help you. You'll have to use something like SteamKit2 which mimics the Steam client or sign up for the official Steamworks SDK.