REST
-
Representational state transfer (REST) APIModeling/Architecture 2020. 3. 8. 14:39
1. Overview Representational state transfer (REST) is a software architectural style that defines a set of constraints to be used for creating Web services. Web services that conform to the REST architectural style, called RESTful Web services, provide interoperability between computer systems on the Internet. RESTful Web services allow the requesting systems to access and manipulate textual rep..