Some details info
[ouya-store-api.git] / api / devs.ouya.tv / api-v1-developers-xxx-current_gamer.rst
1 ================================================================
2 ``GET https://devs.ouya.tv/api/v1/developers/xxx/current_gamer``
3 ================================================================
4
5 Fetch gamer information from within a game.
6
7 Usage
8 =====
9 - At the startup of Knightmare Tower and Towerfall (when bought)
10
11   
12 HTTP request
13 ============
14 Protocol
15   ``https``
16 Method
17   ``GET``
18 Host
19   ``devs.ouya.tv``
20 Path
21   ``/api/v1/developers/xxx/current_gamer``
22
23   ``xxx``
24     Developer UUID
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 Same data as in ``gamers/me``.
40
41 Example
42 -------
43
44 .. include:: api-v1-developers-xxx-current_gamer.response.json
45    :code: