Tahun : 2017 Pengarang : Ravi Kant Soni Penerbit : apress Ket : Representational State Transfer (REST) is an architectural style that describes how one system
communicates or shares state with another system. The fundamental concept of REST is a resource, which
is anything that can be accessed or manipulated. These states need to be represented using a common
format such as XML or JSON. In the case of web applications, HTTP is commonly used to support a RESTful
architecture. In other words, REST is used to create a web application that exposes an HTTP API. Ketegori : WEB PROGRAMMING