client

package
v0.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 15, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package client provides the Steam Web API HTTP client used by all step implementations.

Index

Constants

View Source
const DefaultSteamAPIBase = "https://api.steampowered.com"

Variables

This section is empty.

Functions

This section is empty.

Types

type SteamClient

type SteamClient struct {
	// contains filtered or unexported fields
}

SteamClient wraps the Steam Web API with a configurable base URL so tests can substitute an httptest.Server.

func New

func New(baseURL string) *SteamClient

New creates a new SteamClient. If baseURL is empty, the default Steam API base is used.

func (*SteamClient) Get

func (c *SteamClient) Get(path string, params url.Values) (map[string]any, error)

Get performs an HTTP GET to the Steam API.

func (*SteamClient) Post

func (c *SteamClient) Post(path string, params url.Values) (map[string]any, error)

Post performs an HTTP POST to the Steam API.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL