Skip to content
Kimbangg edited this page Mar 11, 2021 · 9 revisions

📗( Donghyeon ) 📕 ( Sol ) 📘 ( JaeWoo )

👯‍♀️ 유저

Function URL Method Token
회원가입📗 /api/user/join POST x
회원 로그인📗 /api/user/login POST x
회원 정보 조회📗 /api/t/user/info GET o
회원 정보 수정📗 /api/t/user/edit POST o
회원 탈퇴📗 /api/t/user/delete DELETE o
회원 이메일 찾기📗 /api/user/id-finding POST x
회원 비밀번호 찾기📗 /api/user/pw-finding POST x
회원 주소정보 조회📗 /api/t/user/address GET o
회원 주소정보 수정📗 /api/t/user/address/{address_id} POST o

📌 작품

Function URL Method Token
작품 전체 리스트 조회📗 /api/w/product?page={페이지넘버}&size={가져올작품갯수} GET x
특정 카테고리 작품 리스트 조회📗 /api/w/category/{category_id} GET x
특정 작품 조회📕 /api/w/product/{product_id} GET x
특정 작품 삭제 /api/t/w/product/{product_id} DELETE o
작품 댓글 추가📕 /api/t/w/product/{product_id}/comment POST o
작품 댓글 보기📕 /api/w/product/{product_id}/comment GET x
작품 나의 댓글 삭제 /api/t/w/product/{product_id}/comment/{user_id} DELETE o
작품 별점순 조회📗 /api/w/product/rate GET x
작품 가격순 조회📗 /api/w/product/price GET x
작품 조회수순 조회📗 /api/w/product/hit GET x
작품 구매수순 조회📗 /api/w/product/purchase GET x

📌 작품옵션

Function URL Method Token
특정 작품 옵션 저장하기📕 /api/w/{product_id}/option/new POST x
특정 작품 옵션 가져오기📕 /api/w/{product_id}/option GET x

📌 장바구니

Function URL Method Token
장바구니 리스트 조회📕 /api/t/w/cart GET o
장바구니 삭제📕 /api/t/w/cart/{cart_id} DELETE o
장바구니 담기📕 /api/t/w/cart-in POST o

📌 주문

Function URL Method Token
주문자 정보 조회📕 /api/t/w/payment GET o
주문 결제하기📕 /api/t/w/cart/{cart_id} POST o
주문 리스트 조회📘 /api/t/w/me/order/payment GET o
세부 주문 조회📘 /api/t/w/me/order/payment/detail/{order_id} GET o

📌 리뷰

Function URL Method Token
리뷰 전체리스트 가져오기 /api/w/product/review?page={페이지넘버}&size={가져올작품갯수} GET x
특정 작품 리뷰 리스트 가져오기📕 /api/w/product/{product_id}/review?page={페이지넘버}&size={가져올작품갯수} GET x
특정 리뷰 가져오기 /api/w/review/{review_id} GET x
리뷰 추가 /api/w/review/new POST o(일단은x)
리뷰 수정 /api/w/review/{review_id}/edit POST o(일단은x)
리뷰 삭제 /api/w/review/{review_id}/delete POST o(일단은x)

📌 온라인 클래스

Function URL Method Token
온라인 클래스 전체 조회📗 /api/oc GET x
특정 온라인 클래스 가져오기📕 /api/oc/{class_id} GET x
온라인 클래스 추가 /api/t/oc/new POST o
온라인 클래스 수정 /api/t/oc/{class_id}/edit POST o
온라인 클래스 삭제 /api/t/oc/{class_id}/delete POST o

📌 오프라인 클래스

Function URL Method Token
오프라인 클래스 전체 조회📗 /api/c GET x
특정 오프라인 클래스 가져오기📕 /api/c/{class_id} GET x
오프라인 클래스 추가 /api/t/c/new POST o
오프라인 클래스 수정 /api/t/c/{class_id}/edit POST o
오프라인 클래스 삭제 /api/t/c/{class_id}/delete POST o

📌 프로모션 별 작품

Function URL Method Token
[온라인 클래스 (카테고리) 조회]📘 /api GET x
[온라인 클래스 (인기 순) 조회]📘 /api GET x
[오프라인 클래스 (카테고리) 조회]📘 /api GET x
[오프라인 클래스 (인기 순) 조회]📘 /api GET x