You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Make sure the <method_version> keyword argument has the latest/correct default version
Make sure that we have all available interfaces exposed within the package
Make sure that we have all methods exposed underneath the interfaces
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.<method_version>
keyword argument has the latest/correct default versionThe text was updated successfully, but these errors were encountered: