Welcome Guest, Not a member yet? Register   Sign In
Webservice API
#1

Hi!

A couple of years ago i wrote a webservice using "SLIM"...worked pretty good. Very fast. But i had to do alot of coding.

So i am about to do a new webservice. And i love CodeIgniter. Have been using this framework for different projects (backend). So i though i would like to use CI to do a webservice.

So i found this:
https://github.com/chriskacerguis/codeig...restserver

And it looked great at first glance. But then is see it doesn´t support multiple resources in a URI.

For example:
A guy owns alot of cars. You want to see all the cars owned by this guy. The RESTful way would be a URI that looks like this:
GET users/12/cars (fetches userid=12 all cars)

I could solve this by:
GET users/12

And then with userdata also include all cars. But that´s "bloating"...if i only need user info...no cars should be included in the response.

however....codeigniter restserver seems to ONLY handle in this URI format:
Controller/Resource/Param/Format

In my opinion that is not really doing a very good RESTful job.

Are there any other CI based webserive frameworks?
Reply


Messages In This Thread
Webservice API - by deejay - 03-13-2018, 05:30 AM
RE: Webservice API - by ivantcholakov - 03-13-2018, 09:35 AM
RE: Webservice API - by deejay - 03-13-2018, 11:54 AM



Theme © iAndrew 2016 - Forum software by © MyBB