forked from abramhindle/CMPUT404-project-socialdistribution
-
Notifications
You must be signed in to change notification settings - Fork 1
Posts API
Fraser Redford edited this page Mar 29, 2021
·
20 revisions
Will return up to 5 comments within Post object and is paginated with a default page size of 50
posts_object
Will return all posts by a specified author ID in path
posts_object
Will create a new post for author ID specified in path
posts_object
Will retrieve the specific post given post ID for the specific author ID given
posts_object
Will allow for an update to be performed on the specific post's data given
posts_object
Will allow deletion of the specific post by author of the post
posts_object
Will create a post given the specific author ID and post ID