Added the other OAuth endpoints

This commit is contained in:
2011-06-29 11:57:24 +01:00
parent b2dbea0f5f
commit c37c291cf2
2 changed files with 6 additions and 1 deletions

View File

@@ -107,7 +107,7 @@ class OAuthOpTimerHandler(BaseHandler):
return {'ops': events, 'doc_time': cached_doc.time_retrieved, 'cache_until': cached_doc.cached_until, 'current_time': datetime.utcnow() }
class CharacterHandler(BaseHandler):
class OAuthCharacterHandler(BaseHandler):
allowed_methods = ('GET')
fields = ('id', 'name', ('corporation', ('id', 'name', ('alliance', ('id', 'name')))), 'corporation_date', 'balance', 'total_sp', 'security_status', 'director', 'skillset')