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.
-
GET an author's profile by ID:
author/<str:id>/ -
POST update an author's profile:
author/<str:id>/ -
GET all author's on the server:
authors
-
POST will handle a user login:
api/auth/login
-
POST will handle creating a user:
api/auth/register