"REST API 설계"의 두 판 사이의 차이

21번째 줄: 21번째 줄:
*http://petstore.swagger.io/
*http://petstore.swagger.io/
*http://wp-api.org/#posts
*http://wp-api.org/#posts
*http://www.restapitutorial.com/lessons/httpmethods.html


[[분류: API]]
[[분류: API]]

2015년 6월 17일 (수) 09:57 판

1 개요

REST API 설계
구분 Create Read Update Delete
METHOD POST GET PUT DELETE
/posts 글 작성★ 글 목록 인출★ 대량 수정 글 모두 삭제
/posts/123 - 123번 글 인출★ 123번 글 수정★ 123번 글 삭제★

2 같이 보기

3 참고 자료

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