Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 1.44 KB

API.md

File metadata and controls

16 lines (15 loc) · 1.44 KB
Method URI Protected Description
POST /api/register No Register a user
POST /api/login No Log-In a user
GET [/auth/login/google-oauth2] No Login using gmail account
GET [/api/login/facebook] No Login Using facebook account
POST /api/home No Check Auth
POST /api/me Yes Get Logged-in User's info
POST /api/refresh-token Yes Refreshes the user's token
POST /api/change-password Yes Change User's password
POST /api/blogs Yes Create a blog
GET /api/blogs Yes Get authenticated user's blogs
GET /api/blogs/{id} Yes Get authenticated user's particular blog
PUT /api/blogs/{id} Yes Update authenticated user's particular blog
DELETE /api/blogs/{id} Yes Delete authenticated user's particular blog