steam-api-node
steam-api-node copied to clipboard
Fix quering for details of non-existing app
In case if an application with given id does not exist in Steam database, Steam API will return details object for each entry only with success property with false value which will fail App instance creation because of missing properties.