Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ Unregistering (removing) task:

Getting task progress information:
curl -v 'http://<PS4 IP>:12800/api/get_task_progress' --data '{"task_id":123}'

OBS: Avoid doing so many requests, try using every 4000ms+

Finding task id by content id and sub type:
curl -v 'http://<PS4 IP>:12800/api/find_task' --data '{"content_id":"UP1004-CUSA03041_00-REDEMPTION000002","sub_type":6}'
Expand Down