Some details info
[ouya-store-api.git] / api / devs.ouya.tv / api-v1-recommendations.rst
1 ===================================================
2 ``GET https://devs.ouya.tv/api/v1/recommendations``
3 ===================================================
4
5 Get a list of games for the "you may also like" section.
6
7 Games already installed on the OUYA will be shown, too - with a checkmark.
8
9
10 Usage
11 =====
12 - When the user tries to exit a game (double-pressing ``U``)
13
14
15 HTTP request
16 ============
17 Protocol
18   ``https``
19 Method
20   ``GET``
21 Host
22   ``devs.ouya.tv``
23 Path
24   ``/api/v1/recommendations``
25 Headers
26   Standard headers
27 GET parameters
28   ``auth_token``
29     Same as ``X-OUYA-AuthToken``
30   ``uuid``
31     Package name of the game that is being exited
32
33     Example: ``net.sourceforge.clonekeenplus``
34
35 HTTP response
36 =============
37 Status code
38   ``200 OK``
39 Content-type
40   ``application/json; charset=utf-8``
41
42
43 Example
44 -------
45
46 .. include:: api-v1-recommendations.response.json
47    :code: