Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for all options of Player.GetOwnedGames#1 #472

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

HarryVGI
Copy link
Contributor

You can now modify all options/flags that are available for the Player.GetOwnedGames#1 request.

  • include_appinfo is still true by default, but you can turn it off if you don't wish to receive apps' name and icon url
  • unvetted apps are skipped by default on Steam side. Sending skip_unvetted_apps=false will include the otherwise skipped apps

After this change, all the previous usages of the SteamUserFriends.getUserOwnedApps method continues to work exactly the same way, but now you can pass in 2 extra options that you previously couldn't.

You can now modify all options/flags that are available for the Player.GetOwnedGames#1 request.
* include_appinfo is still true by default, but you can turn it off if you don't wish to receive apps' name and icon url
* unvetted apps are skipped by default on Steam side. Sending skip_unvetted_apps=false will include the otherwise skipped apps.

After this change, all the previous usages of the SteamUserFriends.getUserOwnedApps method continues to work exactly the same way, but now you can pass in 2 extra options that you previously couldn't.
@DoctorMcKay DoctorMcKay merged commit e01d0af into DoctorMcKay:master Sep 3, 2024
6 checks passed
DoctorMcKay added a commit that referenced this pull request Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants