Welcome Guest, Not a member yet? Register   Sign In
RESTful API development using CodeIgniter 3
#1

(This post was last modified: 04-23-2015, 09:31 AM by kirank.)

How can i use CodeIgniter 3 to create a RESTful API for my existing web application. Is there any RESTful client library exist ?
Reply
#2

You can create routes using verbs, like PUT, DELETE, etc.
http://www.codeigniter.com/user_guide/ge...-in-routes
Reply
#3

ci rest server -- and wow its asking for php 5.4
https://github.com/chriskacerguis/codeig...restserver

( if you need php 5.2 or 5.3 use an older version)

Tutorial by a whitney
http://outergalactic.org/blog/restful-se...odeigniter

his github for the tutorial
https://github.com/awhitney42/codeignite...-resources
Reply
#4

(04-19-2015, 12:39 PM)cartalot Wrote: ci rest server -- and wow its asking for php 5.4
https://github.com/chriskacerguis/codeig...restserver

( if you need php 5.2 or 5.3 use an older version)

Tutorial by a whitney
http://outergalactic.org/blog/restful-se...odeigniter

his github for the tutorial
https://github.com/awhitney42/codeignite...-resources

Hi there,

Thank you for the comment.

I have checked that REST library, but i am wondering where can i set X-ClientKey , X-SinceDate etc ?

Thanks
Reply




Theme © iAndrew 2016 - Forum software by © MyBB