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 IPlayerService Web API service operations #199

Open
Yeggstry opened this issue Mar 11, 2013 · 3 comments
Open

Add support for IPlayerService Web API service operations #199

Yeggstry opened this issue Mar 11, 2013 · 3 comments

Comments

@Yeggstry
Copy link

Since the XML feed is now deprecated, This service has been provided to provide missing functionality around player game data.

The operations available are:

GetRecentlyPlayedGames (v1)
GetOwnedGames (v1)

@Yeggstry
Copy link
Author

As mentioned in #195, the GetOwnedGames operation has a flag called include_appinfo, and this doesn't seem to be working at the moment. It looks like it should provide the name and logos of the app, but by including include_appifo=true I get the same result as when I don't include the parameter.

@koraktor
Copy link
Owner

Try include_appinfo=1. Another evidence of Valve's poor API design. 😒

What's not working is the appids_filter described here. See my "bug report" here.

@Yeggstry
Copy link
Author

Ah yes, thanks. The joys of a boolean being either 0 or 1, or true or false :)

I did try using the appids_filter as well, however didn't have much luck. As far as I can see this is the first service in the API to use this functionality.

@koraktor koraktor added this to the 2.0.0 milestone Feb 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants