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=65981)



Rest API - Midhun Mohanan P - 08-19-2016

How to create simple api in codeigniter?


RE: Rest API - cartalot - 08-19-2016

actively maintained:
https://github.com/chriskacerguis/codeigniter-restserver


RE: Rest API - PaulD - 08-19-2016

A great link and a great resource too.

I was looking at it and noticed this:
PHP Code:
const HTTP_I_AM_A_TEAPOT 418

What on earth is that?

PS Found this https://en.wikipedia.org/wiki/Hyper_Text_Coffee_Pot_Control_Protocol and this http://www.error418.org/ but still no wiser.
So is it just an unrecognized code?