michaeljohnbarr / SteamWebAPI-Python

A class-based wrapper for the Steam Web API written in Python.
10 stars 0 forks source link

ISteamWebAPIUtil.GetSupportedAPIList() package parsing mechanism #5

Open michaeljohnbarr opened 10 years ago

michaeljohnbarr commented 10 years ago

Each interface has methods with a unique <method_version> keyword argument. If we retrieve the latest version of each method as reported by ISteamWebAPIUtil.GetSupportedAPIList() and compare them to our methods, we can nearly guarantee that we can keep our package updated with the latest method versions. Other benefits are listed below.