본문 바로가기

명사 美 비격식 (무리 중에서) 아주 뛰어난[눈에 띄는] 사람[것]

이론

REST와 REST API, 그리고 RESTful

REST 
Representational State Transfer
HTTP 프로토콜을 기반으로 자원을 정의하고 상태를 주고받는 방식

https://standout.tistory.com/606

 

REST란?

REST란? Representational State Transfer의 약자 하나의 URI가 고유한 리소스를 처리하는 공통 방식 화면은 그대로 유지하면서 데이터만 전송 https://ko.wikipedia.org/wiki/REST REST - 위키백과, 우리 모두의 백과사

standout.tistory.com

 

REST API
Representational State Transfer Application Programming Interface
REST 아키텍처 기반으로 한 인터페이스

https://standout.tistory.com/1075

 

API란?

API Application Programming Interface 프로그램에 요청을 전달하기위한 통로 혹은 방법

standout.tistory.com

 


RESTful 
RESTful Web Services
REST 아키텍처의 원칙을 따르는 웹서비스

https://standout.tistory.com/620

 

RESTful 방식이란?

RESTful Representational State Transfer RESTful은 웹 서비스 아키텍처의 한 형태 웹 기술을 이용해 자원을 이름(URI)으로 식별하고 HTTP 메서드를 이용해 해당 자원을 조작하는 스타일 https://standout.tistory.com/60

standout.tistory.com