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

Tuesday, October 1, 2013

Version 1.2 of OurAPI Server

Hello guys 2 days ago we launch the version 1.2 of Our Api Server.
Can see a demo HERE .

In this version we made 2 new functions.
  •  Logs for each API Rquest.
  • Graphs by hour, day, month.

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.