Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 785 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 785 Bytes

Postman Steamwork Web API Collection

An automatically generated Postman collection for Steam's entire web api

View the public Postman collection here.

Running

Set the environment variable STEAM_API_KEY and then any of the follow python management tools can run the script directly:

  • pipx,
    • via pipx run generate.py
  • uv, or
    • via uv run generate.py
  • hatch
    • via hatch run generate.py

You can obtain a key from the Register Steam Web API Key page.