You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
api/post/<slug>/ -> Get detail, update and delete existing post
api/posts/paginator/ -> Get post order by created_date as page
api/posts/latest/ -> Get 3 latest posts
api/posts/popular/ -> Get 3 posts with most visits
api/post/<slug>/comments/ -> Total comments of post with <slug> & add new comment belong to post <slug>
api/post/comment/<id>/ -> Get detail, update & delete existing comment
api/post/<slug>/comment/<comment_id>/replies/ -> Total replies of comment with id and post with <slug> & add new reply belong to post with <slug> and comment with <id>
api/post/<slug>/comment/<comment_id>/replies/<reply_id>/ -> Get detail, update & delete existing reply