example for delete queue
[ouya-store-api.git] / api / devs.ouya.tv / api-v1-queued_downloads.rst
1 ====================================================
2 ``GET https://devs.ouya.tv/api/v1/queued_downloads``
3 ====================================================
4
5 Fetch a list of apps/games that shall get installed automatically
6 on the OUYA.
7
8
9 HTTP request
10 ============
11 Protocol
12   ``https``
13 Method
14   ``GET``
15 Host
16   ``devs.ouya.tv``
17 Path
18   ``/api/v1/queued_downloads``
19 Headers
20   Standard headers
21 GET parameters
22   ``auth_token``
23     Same as ``X-OUYA-AuthToken``
24
25
26 HTTP response
27 =============
28 Status code
29   ``200 OK``
30 Content-type
31   ``application/json; charset=utf-8``
32
33
34 Example
35 -------
36
37 .. include:: api-v1-queued_downloads.response.json
38    :code: