forked from abramhindle/CMPUT404-project-socialdistribution
-
Notifications
You must be signed in to change notification settings - Fork 1
Author API
Fraser Redford edited this page Apr 15, 2021
·
21 revisions
This will retrieve the author information for a given author.
No body Required
{
"type": "author",
"id": "https://team6-project-socialdistrib.herokuapp.com/author/21d2d52bf3c34b84a45951d53b472a08",
"host": "https://team6-project-socialdistrib.herokuapp.com/",
"displayName": "Jeff",
"url": "https://team6-project-socialdistrib.herokuapp.com/author/21d2d52bf3c34b84a45951d53b472a08",
"github": "https://github.com/Jeff"
}
-
200 OKupon a successful retrieval of a profile -
403 FORBIDDENif an user is not authenticated -
400 BAD REQUESTif bad information is passed in the request