CodeIgniter Forums
REST api - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: REST api (/showthread.php?tid=65204)



REST api - Happy Camper - 05-14-2016

Hi

Could any one please direct me to a working tutorial on how to implement a REST api in CI 3? All the ones i can find online are based on CI 2.

Thanks in advance


RE: REST api - solix43 - 05-14-2016

(05-14-2016, 09:19 AM)Happy Camper Wrote: Hi

Could any one please direct me to a working tutorial on how to implement a REST api in CI 3? All the ones i can find online are based on CI 2.

Thanks in advance

Take a look at https://github.com/chriskacerguis/codeigniter-restserver


RE: REST api - cartalot - 05-14-2016

this is excellent
http://outergalactic.org/blog/restful-services-with-codeigniter/


RE: REST api - Happy Camper - 05-14-2016

Thank You!


RE: REST api - ivantcholakov - 05-14-2016

https://github.com/ivantcholakov/codeigniter-restserver-test


RE: REST api - Happy Camper - 05-15-2016

Thanks