REST API 설계

REST API 설계

1 예시 1[ | ]

용도 Create Read Update Delete
METHOD POST GET PUT DELETE
/posts 글 작성★ 글 목록 인출★ 대량 수정 글 모두 삭제
/posts/123 - 123번 글 인출★ 123번 글 수정★ 123번 글 삭제★

2 예시 2[ | ]

구분 POST GET PUT DELETE
/pet
/pet/findByStatus
/pet/findByTags
/pet/아이디
/pet/아이디/uploadImage
/store/inventory
/store/order
/store/order/아이디
/store/order/아이디
/user
/user/createWithArray
/user/createWithList
/user/login
/user/logout
/user/아이디

3 같이 보기[ | ]

4 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}