Editing SEN Store
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 4: | Line 4: | ||
This simple script, ps_store_json.sh, parse the online store [http://www.psdevwiki.com/ps4/JSON_files json] to an readable text. | This simple script, ps_store_json.sh, parse the online store [http://www.psdevwiki.com/ps4/JSON_files json] to an readable text. | ||
The json is here: (you need to connect to store.sonyentertainmentnetwork.com, to see the data) | The json is here: (you need to connect to store.sonyentertainmentnetwork.com, to see the data) | ||
<pre>https://store.sonyentertainmentnetwork.com/kamaji/api/chihiro/00_09_000/gateway/store/v1/users/me/internal_entitlements?fields= | <pre>https://store.sonyentertainmentnetwork.com/kamaji/api/chihiro/00_09_000/gateway/store/v1/users/me/internal_entitlements?fields=drm_def</pre> | ||
This can be useful to grab the free pkg to use with the [[NPXS10031|★Package Installer (NPXS10031)]]. | This can be useful to grab the free pkg to use with the [[NPXS10031|★Package Installer (NPXS10031)]]. | ||
* [https://gist.githubusercontent.com/wargio/24af527aaa53a8781438/raw/641ee63f947e48194b932e86f2d8355a577ef90f/ps_store_json.sh ps_store_json.sh] | * [https://gist.githubusercontent.com/wargio/24af527aaa53a8781438/raw/641ee63f947e48194b932e86f2d8355a577ef90f/ps_store_json.sh ps_store_json.sh] |