Automatic API REST is an Open Source Tool that creates a REST API of your Data Base. AAR abstract your data base and provide the information in different formats (JSON available). Automatic API REST let you build a JSON and XML trees of your Data Base. You can choose which tables are public and which are private to keep your secret information secure.
Automatic API Rest is a bridge to interact with all programing languages which can read a JSON and XML format, facilitating the communication machine-to-machine (M2M). Read from JAVA, c++, python (...) all the information from you data base to implement your apps.
Visit Automatic API REST to view our demo.
View DEMO | View Features | Installation Instructions | User Guide | Documentation | TO-DO | Links
- Creation of a powerful REST API of your MySQL Data Base in Seconds.
- Management of the API in situ, it is not neccesary an extra database.
- Private tables and columns.
- Well-Design URIs format.
- Custom queries.
- Download the source or clone the repository in the root folder of your project.
- Place it in
/var/www/YourWebPage/
(for Apache). - Open the fileconfig.php and complete all the fields with the server credencials.
- Replace the file .htaccess in the root folder of your project if your are using Apache. In case you are using Nginx, please follow the intructions attached in /Server-Configuration/ folder.
- Go to http://domain.com/Automatic-API-REST
Please note: If you have troubles with the privacy system, please allow access to xml folder.
- Implement XML Format
- Documentation for all the platforms
- Security
- Complex query
- Oficial Page: AUTOMATIC API REST
- Project ZIP: Download
- GitHub: AUTOMATIC API REST PROJECT
- Developer email: alejandro@geekytheory.com
- Twitter: @alex_esquiva
###License
Copyright 2014 GeekyTheory (Alejandro Esquiva)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.