Replies: 1 comment
-
FWIW, the API is just a thin wrapper around what Sony themselves are returning. If it's not in the response from Sony's server, then psn-api won't be able to return the value. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to understand if there is a way fetch full trophies details via your API implantation?
I am using the
getUserTrophiesEarnedForTitle
function which works perfectly well but I am missing some of the trophy details I want in the response, namelytrophyName
,trophyDetail
andtrophyIconUrl
.I can see that this is due to the function only returning a
UserThinTrophy[]
for thetrophies
property which has fields picked from theTrophy
type to create this newUserThinTrophy
. I am happy to extend this functionality and create a PR but is there there another function that would do this for me? I don't want to make the change if its already implemented elsewhere?Beta Was this translation helpful? Give feedback.
All reactions