Showing posts with label API. Show all posts
Showing posts with label API. 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.

Tuesday, September 24, 2013

Lite Help for Our API Server

Our API Server

Our API Server is a tool for create a REST service interface for our projects. The main objective of the project is the creation of a Standard Tool with supports for many existing projects, including Wordpress, Drupal or annother project. Also does not limit to Mysql data source, it can be widely extended with the use of plugins.

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.