Some details info
[ouya-store-api.git] / api / devs.ouya.tv / api-v1-apps-xxx-download.rst
1 =====================================================
2 ``GET https://devs.ouya.tv/api/v1/apps/xxx/download``
3 =====================================================
4
5 Fetch the download link for a specific version of an app.
6
7
8 Usage
9 =====
10 - When the user clicks "download"
11
12
13
14 HTTP request
15 ============
16 Protocol
17   ``https``
18 Method
19   ``GET``
20 Host
21   ``devs.ouya.tv``
22 Path
23   ``/api/v1/apps/xxx/download``
24
25   ``xxx``
26     ``latestVersion`` string from the apps details page
27
28   Example: ``/api/v1/apps/0fba3bba-83e0-4e3e-9f29-409258429757/download``
29 Headers
30   Standard headers
31 GET parameters
32   ``auth_token``
33     Same as ``X-OUYA-AuthToken``
34
35
36 HTTP response
37 =============
38 Status code
39   ``200 OK``
40 Content-type
41   ``application/json; charset=utf-8``
42
43
44 Example
45 -------
46
47 .. include:: api-v1-apps-xxx-download.response.json
48    :code: