I haven't see a Fuel Rest Client function yet.
Personally I think that can be a good feature to connect a webapp with external services like Google Analytics and others without using curl whenever.
What do you think about that??
I see all things. I'm probably going to be travelling for the forseeable future so don't worry about poking me, I fit in fun work when I've done all my client work and have to wait for the money to come in. Can't party for free!
So a REST client would be sweet for sure, but I'm wondering about the best way. I COULD just port the CI library easily enough, but I would like it to be more awesome than that. The CI REST lib is just a convenience wrapper for the Curl library and the Format library, but so much more could be done to make it less weak.
It depends what we plan on doing with the Request library, as that can deal with methods, headers, etc. Maybe we could beef up the Request library to handle external requests better, then have REST wrap around that instead of Curl?
Could do with Dan's view on this one.
Thank you WanWizard,
but I want a REST Client, not a REST Server to call, for example, Google Analytics with something like curl.
There's a way to do this using Fuel classes or I have to use curl?
Sorry if I haven't explained well