Difference between revisions of "WebAPI/UpToDateCheck"
< WebAPI
(Why did this guy have to screw around with these pages adding stub tags) |
(→Result data) |
||
Line 1: | Line 1: | ||
+ | {{stub}} | ||
== URL == | == URL == | ||
<nowiki>GET http://api.steampowered.com/ISteamApps/UpToDateCheck/v1</nowiki> | <nowiki>GET http://api.steampowered.com/ISteamApps/UpToDateCheck/v1</nowiki> |
Revision as of 03:00, 15 August 2012
“You are so small! Is funny to me!” This article is a stub. As such, it is not complete. You can help Team Fortress Wiki by expanding it. |
URL
GET http://api.steampowered.com/ISteamApps/UpToDateCheck/v1
Method-specific parameters
- appid (uint32)
- AppID of game
- version (uint32)
- The installed version of the game
Result data
- response
-
- success
- Boolean indicating if request was successful.
- up_to_date
- Boolean indicating if the given version number is the most current version.
- version_is_listable
- Boolean indicating if the given version can be listed in public changelogs. [1]
- required_version (Optional)
- Integer of the most current version of the app available.
- message (Optional)
- A string giving the status message if applicable.
Notes
- ↑ Possibly, research on the meaning of this field is still pending