[P0] - Steam Load Service
Created by: cmhull42
AAS, I need to maintain an authoritative list of games to match against when entering inventory
Build a scheduled service that can take information from the steam games api http://api.steampowered.com/ISteamApps/GetAppList/v0001
and load it into the database.
The list should merge in new entries without overwriting existing ones or dropping ones no longer present. You can assume a name never changes and is always associated with the same app id
Edited by Mike Gagliano