]> de.git.xonotic.org Git - xonotic/xonstat.git/commit - xonstat/__init__.py
Add a hashkey view similar to the player_info JSON one.
authorAnt Zucaro <azucaro@gmail.com>
Tue, 4 Dec 2012 02:55:22 +0000 (21:55 -0500)
committerJan Behrens <zykure@web.de>
Sun, 23 Dec 2012 14:18:35 +0000 (15:18 +0100)
commit56bb9531b247d272e516b5d21493ebc8b8f0f812
tree10ccd8fa4c3b2010870c02f03fe21255b5934a6a
parent362075cb65b4e4d25c9006a08d76e3f51b900a82
Add a hashkey view similar to the player_info JSON one.

This view is driven by hashkey (not player_id) so the Xonotic
server can query for info using something it knows. The response
value is a JSON object containing the things in the player info
page minus the recent weapons and recent games stuff.

The URL pattern is /hashkey/<hashkey value>.

All this is pretty alpha and is subject to change once we truly
determine our needs  Think of this as a proof of concept for
communicating between the game server and the webapp.
xonstat/__init__.py
xonstat/views/__init__.py
xonstat/views/player.py