Class: PlayStationNetworkAPI::Explore
- Defined in:
- lib/play_station_network_api/explore.rb
Instance Attribute Summary
Attributes inherited from Client
#account_id, #age, #country, #default_headers, #language, #refresh_token
Instance Method Summary collapse
Methods inherited from Client
#catalog, #entitlement, #explore, #game, #get_account_devices, #get_account_id, #initialize, #search, #session, #trophy, #user
Constructor Details
This class inherits a constructor from PlayStationNetworkAPI::Client
Instance Method Details
#hub ⇒ Object
4 5 6 7 |
# 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 |