Friday, October 11, 2013

Upload Files and update MYSQL

..by the idea of the user ksarabey we create the second public plugin for "Our Server API" , the goal of this plugin is allow upload files by POST, save in our Drive and update the Database..

The plugin is very simple and easy to use ...

We provide the plugin file ... to install just copy in the folder "/app/models/queries/".

    upload_post_mysql

For use you can download and import an example reated by us

    Simple Upload POST with MySQL

we appreciate much  your comments ... :)

PD.

for the test ... you can create this simple code...

<form action="api/upload/post/mysql" method="post" enctype="multipart/form-data" >
    <input type="file" name="file">
    <button type="submit">Upload</submit>
</form>

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.

Wednesday, September 25, 2013

Plugin "Upload by POST" for Our Server API

..by the idea of the user spham we create the first public plugin for "Our Server API" , the goal of this plugin is allow upload files by POST and save in Our Server.


Our Metro Sidebar, for modern ui...

hi... we show a simple, but attractive tool, that create a sidebar in our website with a new metro style... this is a java script plugin ideal for use on tables of content, navigation menus or management interfaces... here some features...



Drupal Ribbon, an interesting alternative ...

Today we show a new module for Drupal called "Drupal Ribbon".

Some times we need show some important informations in our Drupal sites and we need that the user read this info ... with our module ... you can make that .. here some descriptions..



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.