Some details info
[ouya-store-api.git] / api / devs.ouya.tv / api-v1-themes.rst
1 ==========================================
2 ``GET https://devs.ouya.tv/api/v1/themes``
3 ==========================================
4
5 Load the main menu background image/video.
6
7
8 Usage
9 =====
10 #. FIXME VERIFY: During startup before loading the main menu
11
12
13 HTTP request
14 ============
15 Protocol
16   ``https``
17 Method
18   ``GET``
19 Host
20   ``devs.ouya.tv``
21 Path
22   ``/api/v1/themes``
23 Headers
24   Standard headers.
25 GET parameters
26   ``auth_token``
27     May be empty.
28
29     Does not seem to have any influence on the response.
30
31
32 HTTP response
33 =============
34
35 Status code
36   ``200 OK`` 
37 Content type
38   ``application/json; charset=utf-8``
39
40 Example:
41
42 .. include:: api-v1-themes.response.json
43    :code:
44
45 FIXME: get response with video/image set.