Skip to content
Faolan Grey edited this page Sep 10, 2026 · 11 revisions

steam-go Wiki

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.

Start Here

SDK Toolkit

Steam Notes

Design Notes

Recommended Start

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.

Clone this wiki locally