hjorslev / SteamPS

Module that utilizes PowerShell as a wrapper for SteamCMD and interacts with various Steam APIs.
https://www.powershellgallery.com/packages/SteamPS
MIT License
69 stars 14 forks source link

Remake Find-SteamAppID to Get-SteamGame #79

Closed hjorslev closed 2 months ago

hjorslev commented 3 months ago

Describe "Functionality"

Remake Find-SteamAppID to Get-SteamGame

Context "Private or Public? What are the use cases? Parameters? Options?"

Public cmdlet that have two parameters: ApplicationName and ApplicationID

It should also support cache so the data isn't downloaded every time the cmdlet is used.

Context "Additional Information"