Some details info
[ouya-store-api.git] / api / devs.ouya.tv / api-v1-discover-home.rst
1 =================================================
2 ``GET https://devs.ouya.tv/api/v1/discover/home``
3 =================================================
4
5 Probably the list of games to be featured on the main menu.
6
7 More than the 4 displayed because it could be that a player already
8 bought some of them - they would not be shown then.
9
10
11 HTTP request
12 ============
13 Protocol
14   ``https``
15 Method
16   ``GET``
17 Host
18   ``devs.ouya.tv``
19 Path
20   ``/api/v1/discover/home``
21 Headers
22   Standard headers
23 GET parameters
24   ``auth_token``
25     Same as ``X-OUYA-AuthToken``
26
27
28 HTTP response
29 =============
30 Status code
31   ``200 OK``
32 Content-type
33   ``application/json; charset=utf-8``
34
35 Response body definition
36 ------------------------
37 Same as `GET https://devs.ouya.tv/api/v1/discover`_ with some limitations:
38
39 - Only one entry in the ``rows`` array
40
41   Title of this row is ``FEATURED``, price is shown, not ranked.
42 - ``title`` attribute value is ``home``.