document discover object structure
[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 HTTP request
9 ============
10 Protocol
11   ``https``
12 Method
13   ``GET``
14 Host
15   ``devs.ouya.tv``
16 Path
17   ``/api/firmware_builds``
18 Headers
19   Standard headers
20
21   Token parameters not required.
22 GET parameters
23   ``auth_token``
24     May be empty.
25
26     Does not seem to have any influence on the response.
27
28   ``oobe``
29     ``true``
30
31     Can be omitted.
32
33     Does not seem to have any influence on the response.
34
35     FIXME: what is that for? "Out Of (the) Box Experience"? Does it change anything?
36
37
38 HTTP response
39 =============
40 Status code
41   ``200 OK``
42 Content type
43   ``application/json; charset=utf-8``
44
45 Example
46 -------
47
48 .. include:: api-firmware_builds.response-short.json
49    :code: