Versions in this module Expand all Collapse all v0 v0.3.1 Mar 15, 2026 v0.3.0 Mar 15, 2026 Changes in this version + const DefaultSteamAPIBase + type SteamClient struct + func New(baseURL string) *SteamClient + func (c *SteamClient) Get(path string, params url.Values) (map[string]any, error) + func (c *SteamClient) Post(path string, params url.Values) (map[string]any, error)