Sep 21, 2014
REST
You have an URI ( its same as URL) that talks. Really?Yes!
How?
Client ( Web Browser or CURL or HTTP client in code ) and sends a Request. Each HTTP request have a 'methods' parameter.
Server ( Where the URL points ) reads the HTTP.method and can behave according to that.
Method may be GET , POST, PUT or DELETE, Server performs actions according to the Method and Returns result data (JSON, XML etc).
Labels: api
By : Motyar+ @motyar