HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🏠
2차 팀 프로젝트: 오늘의 집
/
📜
API 명세
📜

API 명세

태그
API 명세
엔드포인트
HTTP 메서드
상태코드
도메인
Security 권한
담당자
/products/{attribute}
GET
200
커머스
/login
POST
200
유저-로그인
/signUp
POST
200
유저-회원가입
/user
GET
200
유저-회원정보
Security 권한
/user
POST
200
유저-회원정보
Security 권한
/cart
POST
200
커머스-장바구니
Security 권한
/order
POST
200
커머스-주문
Security 권한
/order
GET
200
커머스-주문
Security 권한
/hwpost
POST
201
커뮤니티-집들이
Security 권한
/hwpost
GET
200
커뮤니티-집들이
/hwpost/{postId}
GET
200
커뮤니티-집들이
/hwpost/{postId}
POST
200
커뮤니티-집들이
Security 권한
/hwpost/{postId}
DELETE
200
커뮤니티-집들이
Security 권한
/hwpost/comment
POST
201
커뮤니티-집들이-댓글
Security 권한
/hwpost/comment
PUT
200
커뮤니티-집들이-댓글
Security 권한
/hwpost/comment/{commentId}
DELETE
200
커뮤니티-집들이-댓글
Security 권한
/hwpost/comment/{postId}/comment
GET
200
커뮤니티-집들이-댓글
/questions
POST
201
커뮤니티-질문과 답변
Security 권한
/questions/{postId}
POST
200
커뮤니티-질문과 답변
Security 권한
/questions/{postId}
DELETE
200
커뮤니티-질문과 답변
Security 권한
/questions/{postId}/comments
POST
201
커뮤니티-질문과 답변-댓글
Security 권한
/questions/{postId}/comments/{commentId}
POST
200
커뮤니티-질문과 답변-댓글
Security 권한
/questions/{postId}/comments/{commentId}
DELETE
200
커뮤니티-질문과 답변-댓글
Security 권한
/reviews/{productId}
GET
200
커머스-상품-리뷰
/reviews
POST
200
커머스-상품-리뷰
Security 권한
/reviews/{reviewId}
POST
200
커머스-상품-리뷰
Security 권한
/reviews/{reviewId}
DELETE
200
커머스-상품-리뷰
Security 권한
reviews/{reviewId}/helpPoint
PUT
200
커머스-상품-리뷰