X-Git-Url: https://git.cweiske.de/ouya-store-api.git/blobdiff_plain/c1ba75a61f2b5bfa7bc4b4c0249227821202bbf6..26abdaa276b55776515ea66a8379307cd471ab8f:/api/devs.ouya.tv/api-v1-queued_downloads.rst diff --git a/api/devs.ouya.tv/api-v1-queued_downloads.rst b/api/devs.ouya.tv/api-v1-queued_downloads.rst index e6bd78a..1880bb2 100644 --- a/api/devs.ouya.tv/api-v1-queued_downloads.rst +++ b/api/devs.ouya.tv/api-v1-queued_downloads.rst @@ -5,6 +5,10 @@ Fetch a list of apps/games that shall get installed automatically on the OUYA. +The OUYA checks the download queue exactly every 5 minutes. + +More information: http://cweiske.de/tagebuch/push-to-ouya.htm + HTTP request ============ @@ -30,9 +34,25 @@ Status code Content-type ``application/json; charset=utf-8`` +Known ``source`` options: + +``gamer`` + The user clicked onto "push to my ouya" on the OUYA website +``game-of-the-month`` + The game gets automatically installed because the OUYA people awarded it the + "game of the month" trophy. +``new-user`` + You are a freshly registered user and should have this game on your OUYA. + Example ------- +Automatically pushed onto a fresh account: .. include:: api-v1-queued_downloads.response.json :code: + +Manually pushed via the web site: + +.. include:: api-v1-queued_downloads.response-2.json + :code: