-
Notifications
You must be signed in to change notification settings - Fork 8
Routes
Americo edited this page Apr 2, 2018
·
3 revisions
/login
/signup
/users/:userId
-
/main
- activity feed, homepage -
/routes
- route display page -
/routes/new
- create a route -
/activity/new
- create a new activity
-
GET /api/users
- returns user information for the Suggested Friends feature GET /api/users/:id
POST /api/users
-
GET /api/activities
- returns relevant activities (filtered by data/params) -
POST /api/activities
- creates a new activity
-
GET /api/routes
- returns relevant routes -
POST /api/routes
- creates a new route
-
POST /api/comments
- comment on an activity
-
POST /api/likes
- like an activity -
DELETE /api/likes
- unlike an activity
-
POST /api/follows
- follow a user -
DELETE /api/follows
- unfollow a user