Search
Duplicate

API ๋ช…์„ธ ์‹œ์—ฐ์˜์ƒ

Search
์ด๋ฆ„
Method
URL
Request
Response
๋น„๊ณ 
POST
/users/signup
{ user_id_give: user_id, user_name_give: user_name, user_email_give: user_email, user_pw_give: user_pw }
ํšŒ์›๊ฐ€์ž… ์„ฑ๊ณต or ํšŒ์›๊ฐ€์ž… ์‹คํŒจ
์œ ์ € ์ค‘๋ณต ํ™•์ธ
POST
/users/login
{ input_id_give: input_id, input_pw_give: input_pw }
๋กœ๊ทธ์ธ ์„ฑ๊ณต or ๋กœ๊ทธ์ธ ์‹คํŒจ
id, password ํ™•์ธ
PUT
/users/logout
{ input_id_give: input_id, input_pw_give: input_pw }
๋กœ๊ทธ์•„์›ƒ ์„ฑ๊ณต or ๋กœ๊ทธ์•„์›ƒ ์‹คํŒจ
GET
/mypage/mypage_reload
/mypage/mypage_reload
contents, age, blog git ์กฐํšŒ
GET
POST
/mypage/mypage_modal_reload /saveUserInfoInMyPage /saveCharacters
{ user_name_give: user_name, user_desc_give: user_desc, user_id_give: user_Id, user_pw_give: user_pw }
ํ”„๋กœํ•„ ์ž‘์„ฑ ์„ฑ๊ณต or ํ”„๋กœํ•„ ์ž‘์„ฑ ์‹คํŒจ
GET
/posts/{userId}
{ user_id_give: user_Id }
postId, title, contents, username, createDate ์กฐํšŒ
์ตœ๊ทผ ๊ฒŒ์‹œ๋ฌผ์ด ๊ฐ€์žฅ ์œ„๋กœ ์™€์•ผํ•จ
POST
/posts/userId}
{ posting_tittle_give: title, posting_contents_give: contents }
๊ฒŒ์‹œ๋ฌผ ์ž‘์„ฑ ์„ฑ๊ณต or ๊ฒŒ์‹œ๋ฌผ ์ž‘์„ฑ ์‹คํŒจ
GET
/posts/{postId}
{ posting_id_give: postId }
title, contents ์กฐํšŒ
๊ฒŒ์‹œ๋ฌผ ์กด์žฌ ํ™•์ธ
PUT
/posts/{userId}/{postId}
{ user_id_give: userId, posting_id_give:postId, posting_title_give: title, posting_contents_give: contents }
๊ฒŒ์‹œ๋ฌผ ์ˆ˜์ • ์„ฑ๊ณต or ๊ฒŒ์‹œ๋ฌผ ์ˆ˜์ • ์‹คํŒจ
๊ฒŒ์‹œ๋ฌผ ์กด์žฌ ํ™•์ธ ๋ฐ ์ž‘์„ฑ์ž ํ™•์ธ
DELETE
/posts/{userId}/{postId}
{ user_id_give: userId, posting_id_give: postId }
๊ฒŒ์‹œ๋ฌผ ์‚ญ์ œ ์„ฑ๊ณต or ๊ฒŒ์‹œ๋ฌผ ์‚ญ์ œ ์‹คํŒจ
๊ฒŒ์‹œ๋ฌผ ์กด์žฌ ํ™•์ธ ๋ฐ ์ž‘์„ฑ์ž ํ™•์ธ
POST
/comments
{ posting_id_give: postId comments_text_give: text }
๋Œ“๊ธ€ ์ƒ์„ฑ ์„ฑ๊ณต or ๋Œ“๊ธ€ ์ƒ์„ฑ ์‹คํŒจ
๊ฒŒ์‹œ๋ฌผ ์กด์žฌ ํ™•์ธ ํ›„ ๋Œ“๊ธ€ ์ƒ์„ฑ
GET
/comments/{commentId}
{ comments_id_give: commentId }
commentId, content ์กฐํšŒ
๋Œ“๊ธ€์กด์žฌ ํ™•์ธ
PUT
/comments/{commentId}
{ user_id_give: userId, comments_id_give: commentId, comments_text_give: text }
๋Œ“๊ธ€ ์ˆ˜์ • ์„ฑ๊ณต or ๋Œ“๊ธ€ ์ˆ˜์ • ์‹คํŒจ
๋Œ“๊ธ€ ์กด์žฌ ํ™•์ธ ๋ฐ ์ž‘์„ฑ์ž ํ™•์ธ
DELETE
{commentId}
{ user_id_give: userId, comments_id_give: commentId }
๋Œ“๊ธ€ ์‚ญ์ œ ์„ฑ๊ณต or ๋Œ“๊ธ€ ์‚ญ์ œ ์‹คํŒจ
๋Œ“๊ธ€ ์กด์žฌ ํ™•์ธ ๋ฐ ์ž‘์„ฑ์ž ํ™•์ธ