-
Notifications
You must be signed in to change notification settings - Fork 34
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
Retrieving all user games, including purchases listed on Account Library #126
Comments
So as it turns out, it is possible by slightly adjusting the GraphQL URL that @evanshortiss found for PR #134. URL and methods, for reference:
Just like every other endpoint I've experienced, this is on my Postman collection if you want to fork it and poke around quickly. Here is an example of data returned (there is nothing linking this data back to the related user):
Regarding my previous concern about privacy: Nope, you can only request the data for the logged in account, can't see anyone else's. |
Thanks @wescopeland and @TheYuriG! I forked the Postman collection and went through some of the existing code and tests to familiarise myself with the code itself and your conventions. |
Housekeeping job for pending requests.
Requested by eljenso on Feb 15, 2023, here.
Reference: none.
Question: Is this even possible? If possible, does Sony give this information only to the logged user or for any user? I wonder because of privacy reasons.
If they provide this information for external users, then it would be possible to cross reference purchase times with price tags on a website like PSPrices and while that could be a really cool project to make, it would also be very dangerous data to have public.
The text was updated successfully, but these errors were encountered: