Some details info
[ouya-store-api.git] / api / devs.ouya.tv / api-v1-queued_downloads.rst
index e6bd78a2fd4c1a85e9d0d9453e6c24f7cf234d7d..1880bb21f2b425d1d0159dfb9b9ad0cd59376e80 100644 (file)
@@ -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: