sunday-study-kr / used-car

중고차
2 stars 2 forks source link

중고차 , 게시글 API 명세 #11

Open jinjoo-lab opened 1 year ago

jinjoo-lab commented 1 year ago

중고차

게시글

API

Path Action Description
/usedcar POST 중고차 정보를 등록합니다.
/usedcar GET 중고차를 검색합니다.
/usedcar/{id} PUT 등록한 중고차 정보를 수정합니다.
/usedcar/{id} DELETE 등록한 중고차를 삭제합니다.
/post POST 게시글 작성
/post/me GET 자신이 작성한 게시글 반환
/post/{id} GET 게시글 조회
/post PUT 게시글 수정
/post/{id} DELETE 게시글 삭제