class PlayStationNetworkAPI::Explore
Public Instance Methods
hub()
click to toggle source
# File lib/play_station_network_api/explore.rb, line 4 def hub # https://m.np.playstation.net/api/explore/v1/users/6462910331343535058/hub get([path, account_id, 'hub'].join('/')).parsed_response end
Private Instance Methods
path()
click to toggle source
# File lib/play_station_network_api/explore.rb, line 11 def path '/explore/v1/users'.freeze end