Method: PlayStationNetworkAPI::Trophy#summary

Defined in:
lib/play_station_network_api/trophy.rb

#summaryObject

TODO: Test against PS5 titles, using ‘trophy2’ as the npServiceName



5
6
7
8
# File 'lib/play_station_network_api/trophy.rb', line 5

def summary
  # https://m.np.playstation.net/api/trophy/v1/users/6462910331343535058/trophySummary
  get([path, 'trophySummary'].join('/')).parsed_response
end