Skip to content

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

License

Notifications You must be signed in to change notification settings

DigitalDescent/steam-postman-collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.