-
Book Overview & Buying
-
Table Of Contents
Learning WordPress REST API
By :
REST is a simple and easy way to assign interactions that happen between systems. It has been implemented more and more within APIs, all because REST has a minimal overhead regarding clients of all kinds (desktop computers, mobile phones, online services). REST, being inspired by HTTP, is a system that is used either in pair with it or more likely in places where you would make use of HTTP. It is considered that REST has a strong pair with HTTP, given that building on top of HTTP requires the use of XML-based languages like SOAP, which has totally different conventions and still has limitations. While making use of SOAP is indeed useful in some particular scenarios, when working with HTTP it is a better idea to refer to REST, given that it has been built upon it.
HTTP is the protocol that allows the transfer of documents and data on the web by determining exchanged messages that are appropriate to reply to others. The HTTP relies on two roles, the server, and...