07-31-2017, 05:01 AM
My friend published this guide on creating a REST API in CodeIgniter. Here is the process he followed:
- Installation of Codeigniter framework
- Database and table(s) creation
- Setup libraries and permissions
- Setup authentication and API key(s)
- Setup HTTP calls (GET, PUT, POST, DELETE)
- Test the HTTP calls.