-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Welcome to the steam-go Wiki.
steam-go is a lightweight Go SDK for the Steam Web API, with practical toolkit features for real-world usage, including client configuration, credential management, retry and rate limiting, proxy selection, traffic policies, OpenID login verification, A2S server queries, error handling, and safe URL redaction.
The repository now also includes a small read-only client.Web.* layer for selected Storefront, Community, and Market JSON endpoints outside api.steampowered.com.
This Wiki focuses on helping developers quickly understand how the SDK is organized, what each toolkit feature is used for, and how to apply them with small, practical examples.
- SteamID Model
- Steam Web API Notes
- Public Store Page Access Notes
- Partner API Notes
- OpenID Notes
- A2S Notes
- Steam Keys and Access Tokens
- Steam Static Assets
- Steam VDF and addons/vdf
If you are new to this project, start with the Quick Reference page.
It gives a compact overview of the toolkit layer without diving into every wrapped Steam business API.
____ ____ ____ _ _ ____ ____ _ _ / ____ ___ ____ ____ _ _ ____ ____
| __ | | |___ | | |__/ |__/ \_/ / [__ | |___ |__| |\/| __ | __ | |
|__] |__| | |__| | \ | \ | / ___] | |___ | | | | |__] |__|
- SteamID Model
- Steam Web API Notes
- Public Store Page Access Notes
- Partner API Notes
- OpenID Notes
- A2S Notes
- Steam Keys and Access Tokens
- Steam Static Assets
- Steam VDF and addons/vdf
- Steam Web API 特性说明
- 公开商店页面访问说明
- Partner API 说明
- OpenID 说明
- A2S 说明
- Steam Key 与 Access Token
- Steam 静态资源
- Steam VDF 与 addons/vdf