]> 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)
committerAnt Zucaro <azucaro@gmail.com>
Tue, 4 Dec 2012 02:55:22 +0000 (21:55 -0500)
commitbc0ac237b890a0c8bedf86e263a3cd44f09221e0
treeefdee29020d0bcc106e9b2c2634a4628543e99b5
parent4eb115b5bbbb96bc49116ea8e9abf83cc9e178cc
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