-
Notifications
You must be signed in to change notification settings - Fork 0
Backend Routes
Matthew-SA edited this page Jan 7, 2020
·
8 revisions
GET / StaticPagesController#root
-
GET /api/users/- returns profile info / user search. -
POST /api/users/- sign up
-
POST /api/session/- login -
DELETE /api/session/- logout
-
GET /api/channels/- get channels index -
GET /api/channels/:id- get existing channel -
POST /api/channels/- create channel -
PATCH /api/channels/:id/- edit channel details -
DELETE /api/channels/:id/- delete channel
-
GET /api/conversations/- get conversations index -
GET /api/conversations/:id- get existing conversation -
POST /api/conversations/- create conversation -
DELETE /api/conversations/- delete conversation
-
GET /api/messages/- get message -
POST /api/messages/- create message -
PATCH /api/messages/:id/- edit message -
DELETE /api/messages/:id/- delete message