-
Notifications
You must be signed in to change notification settings - Fork 0
Routes
Garrett Tongue edited this page Nov 21, 2017
·
2 revisions
-
/- Dashboard / root /login/signup-
/challenges- All challenges -
/challenges/:id- Challenge from id -
/users- Highscores of users -
/users/:id- User show page
-
POST /api/users/- Create a new user -
GET /api/users/:id/- User information including challenges completed
-
POST /api/session/- Login -
DELETE /api/session/- Logout
-
GET /api/challenge- Return the challenges -
GET /api/charts/:id- Return an individual challenge