-
Notifications
You must be signed in to change notification settings - Fork 57
API Endpoints
Subhrodip Mohanta edited this page Jun 22, 2021
·
11 revisions
Authenticate the User and provides them with a JWT token as a response
Get details of given user by username
Get details of given user by userid
Create a new user
Update bio/name/image etc of an user
Follow the given user
Un-follow the given user
Get a list of all followers of this user
Get a list of all following of this user
Get list of all posts
Get Details of a post
Create a new post
Delete a given post
Like the given post
Un-like the given post
Top hashtags (default top 10)
All posts of this given hashtag
02. How to Contribute (needs splitting)
- Installation
-
Project Configuration
-
IDE Instructions
-
Milestones and Versioning
Β Β 10.1 Request and Response Models
Β Β 10.2 Detailed API Documentation
- How to Test Endpoints
-
Working with issues
-
Reviewing pull requests
- Roadmap
- Recognizing contributors