rename response/request files
[ouya-store-api.git] / api / devs.ouya.tv / api-v1-gamers-me-agreements.rst
1 ========================================================
2 ``GET https://devs.ouya.tv/api/v1/gamers/me/agreements``
3 ========================================================
4
5 Check which legal agreements have been confirmed by the user,
6 and if there are updates that have to be confirmed.
7
8
9 Usage
10 =====
11
12 FIXME
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/gamers/me/agreements``
25 Headers
26   Standard headers
27 GET parameters
28   ``auth_token``
29     Same data as in standard header ``X-OUYA-AuthToken``
30
31
32 HTTP response
33 =============
34 Status code
35   ``200 OK`` 
36 Content type
37   ``application/json; charset=utf-8``
38
39 Example:
40
41 .. include:: api-v1-gamers-me-agreements.response.json
42    :code:
43
44