-
Notifications
You must be signed in to change notification settings - Fork 0
Feature List
KellyAnneSantos edited this page Dec 11, 2022
·
12 revisions
Welcome to the Instagram-Candid feature list!
- Get the current user
- Get details of a user from the user id
- User sign up
- User log in
- User log out
- Demo user log in
- Get all followers of a user from the user id
- Get all following by user id
- Get follow suggestions by user id (unfollowed users)
- Follow a user (create a following)
- Unfollow a user (edit a following)
- Get all posts
- Get all posts created by the current user
- Get all posts by user id
- Get all posts of users followed by the current user
- Get details of a post from the post id
- Create a post
- Edit a post
- Delete a post
- Add media to a post based on the post's id
- Delete media based on the media id
- Get all likes by post id
- Like a post (create a like)
- Unlike a post (edit a like)
- Get all comments by post id
- Create a comment for a post based on the post's id
- Edit a comment
- Delete comment
- Get all replies by comment id
- Create a reply to a comment based on the comment's id