HTTP Routing Table

 
/api
GET /api/auth/check Validate current user session
GET /api/group/ View list of group which the user is member of
GET /api/group/(int:id) View group information
POST /api/auth/login Log a user in by username/password
POST /api/auth/logout Logout from current session