this repository is for airport api CRUD functionality developed by Me :D ######################### WELCOME TO AIRPORT API #########################
Author: shahbaz [email protected] (We assume here that user id is unique else we can also use API key for this. Or for more tight security we can use user id and API key both as Pair)..
Methods included in this API
1- ADD TYPE : POST http://localhost/airport/add
2- UPDATE TYPE : POST http://localhost/airport/update
3- DELETE TYPE : POST http://localhost/airport/delete
4-GET TYPE : POST http://localhost/airport/all
5-SEARCH TYPE : GET http://localhost/airport/search
USERS
Table name = users
1- ADMIN ROLE user name = shahbaz.admin user id = 1
2- ADMIN USER user name = shahbaz.user user id = 2
3- ADMIN GUEST user name = shahbaz.guest user id = 3
Methods Document
<http://localhost/airport/ddocumentation/API METHODS.>
Server Requirements
CODEIGNITOR 3.0 is used here PHP version 5.4 or newer is recommended. Preferable XAMPP
It should work on 5.2.4 as well, but we strongly advise you NOT to run such old versions of PHP, because of potential security and performance issues, as well as missing features.
Installation
Please copy the airport section into your htdocs forlder and create database with name "airport" and import the file http://localhost/airport/database/airport.sql
License
This API is Created for CUREAXIOM SO LICENSE GOES TO THIS COMPANY
Resources
User Guide http://localhost/airport/documentation
Acknowledgement
I would like to thank careaxioum, all the contributors to the CodeIgniter project and you, the CodeIgniter user.