Showing posts with label Make REST. Show all posts
Showing posts with label Make REST. Show all posts

Monday, September 23, 2013

How make an API for our web.

A small definition of API

A server-side web API is a programmatic interface to a defined request-response message system, typically expressed in JSON or XML, which is exposed via the web—most commonly by means of an HTTP-based web server.