parner_builds user agents
[ouya-store-api.git] / api / devs.ouya.tv / api-firmware_builds.rst
1 ================================================
2 ``GET https://devs.ouya.tv/api/firmware_builds``
3 ================================================
4
5 List the latest available firmware version.
6
7
8 Usage
9 =====
10
11 #. During the OUYA setup (Parameter ``oobe=true`` is set)
12 #. During bootup
13 #. Every 3 minutes unless an "Expires" header is set
14
15
16 HTTP request
17 ============
18 Protocol
19   ``https``
20 Method
21   ``GET``
22 Host
23   ``devs.ouya.tv``
24 Path
25   ``/api/firmware_builds``
26 Headers
27   Standard headers
28
29   Token parameters not required.
30 GET parameters
31   ``auth_token``
32     May be empty.
33
34     Does not seem to have any influence on the response.
35
36   ``oobe``
37     ``true``
38
39     Optional.
40
41     Is set once during the OUYA setup (Out Of Box Experience).
42
43
44 HTTP response
45 =============
46 Status code
47   ``200 OK``
48 Content type
49   ``application/json; charset=utf-8``
50
51 Example
52 -------
53
54 .. include:: api-firmware_builds.response-short.json
55    :code: