REST API

1 개요[ | ]

REST API
  • RESTful하게 제공되는 웹서비스 API
  • 웹 인터페이스 상에서 어떤 리소스를 조작하는 인터페이스
URL GET PUT PATCH POST DELETE
콜렉션[1] 목록조회(List) 교체(Replace) (잘 사용안함) 생성(Create) 삭제(Delete)
원소[2] 조회(Retrieve) 교체(Replace) 갱신(Update) (잘 사용안함) 삭제(Delete)

2 같이 보기[ | ]

  1. 예: https://api.example.com/resources/
  2. 예: https://api.example.com/resources/item17
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}