Saturday 5 September 2015

What is REST ?

REST is architectural style for building web service using HTTP protocol, where web services are treated as resources and some basic HTTP methods like GET, POST, DELETE are used
to identify standard action on resources.RESTful web API (also called a RESTful web service) is a web API implemented using HTTP and the REST principles.

No comments:

Post a Comment