Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 899 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 899 Bytes

Steam Go Packages

A collection of Go packages for working with Steam APIs, including retrieving file details from the Steam Workshop, getting and filtering game servers, and more. See each package’s README for detailed information.

Packages

  • filedetails
    Provides structures and methods for interacting with the Steam Workshop's Published File Service API.
  • serverlist
    Allows retrieving and filtering Steam game servers through the Steam Game Servers API.
  • utils/appid
    Provides a collection of constants representing Steam application IDs
  • utils/latest
    Offers a threshold-based version selection mechanism, helpful for automatically updating Steam-based game servers.