Skip to content
이문혁 edited this page May 14, 2020 · 3 revisions

POST

GET /sns/post/all

GET /sns/post/

POST /sns/post/

GET /sns/post/{postId}

PATCH /sns/post/{postId}

DELETE /sns/post/{postId}

POST /sns/post/{postId}/report

GET /sns/post/{postId}/comments

POST /sns/post/{postId}comment

PATCH /sns/post/{postId}/comment/{commentId}

POST /sns/post/{postId}/comment/{parentId}

DELETE /sns/post/{postId}/comment/{commentId}

POST /sns/post/{postId}/like

DELETE /sns/post/{postId}/like

POST /sns/post/{postId}/retweet

USER

GET /sns/user/{userId}

GET /sns/user/{userId}/post

PATCH /sns/user/nickname

POST /sns/user/pwchange

POST /sns/user/profile

DELETE /sns/user/profile

UPLOAD

POST /sns/upload - formData key:"files" value:{업로드할 이미지}

SEARCH

GET /sns/search/{text}

HASHTAG

GET /sns/hashtag/{tag}