forked from abramhindle/CMPUT404-project-socialdistribution
-
Notifications
You must be signed in to change notification settings - Fork 1
API Documentation
Fraser Redford edited this page Mar 29, 2021
·
43 revisions
The following API endpoints can be used to access the Konnect server.
-
POST will handle creating a user:
api/auth/register
-
POST will handle a user login:
api/auth/login
- GET will return a specific post by a given author
- POST will update a specific post by a given author
- DELETE will delete a specific post by a given author
- PUT will create a post for a specific post ID by a given author