restful api
REST API, REST, RESTful API 란 ?
REST API / REST / RESTful API 란 ? 개요 - REST 가 무엇인가요? - REST 의 구성 요소 - REST 의 특징 - Server-Client 구조 - Stateless (무상태) - Cacheable (캐싱 가능) - Layerd System (계층화) - Uniform Interface (인터페이스 일관성) - Identification of Resources - Manipulation of Resources through Representations - Self-Descriptive Messages - Hypermedia as the Engine of Application State (HATEOAS) - Code on Demand (Optional) - Optional ..