What is REST API in PHP
What is REST API in PHP and why we need rest api for Android app development? Rest API (Representational State Transfer) api’s are web standards base architecture and uses HTTP Protocol for exchanging data between applications or systems. In RESTFUL web service HTTP methods like GET, POST, PUT and DELETE can be used to perform CRUD […]
Read More »