Re: [PHP] Rest Authentication

2012-11-11 Thread shiplu
Its rather better to auto using a apikey. You'll provide this apikey on the website where user registers their application. On Mon, Nov 12, 2012 at 12:45 AM, Stuart Dallas wrote: > On 10 Nov 2012, at 23:28, Adam Tong wrote: > > > I am developing a REST API. I found the Slim micro-framework use

Re: [PHP] Rest Authentication

2012-11-11 Thread Stuart Dallas
On 10 Nov 2012, at 23:28, Adam Tong wrote: > I am developing a REST API. I found the Slim micro-framework usefull. > I need authentication of course, and I see that Slim does not provide > authentication for Rest. Is there any lightweight alternative to > manually implementing http authentication

Fwd: Re: [PHP] Rest

2012-10-27 Thread Volmar Machado
-- Mensagem encaminhada -- De: "Volmar Machado" Data: 27/10/2012 17:07 Assunto: Re: [PHP] Rest Para: "Matijn Woudt" But if what you want to know, is how to works inside, google for PHPMaster.org REST PHP. They have a two part article about it, and is really g

Re: [PHP] Rest

2012-10-27 Thread Matijn Woudt
On Sat, Oct 27, 2012 at 7:47 PM, Adam Tong wrote: > Hi, > > I need to develop a rest API.I want your feedback on how you develop > rest apis. I don't want to use a heavy framework just for that, and I > find url rewriting time consuming. > > Any suggestions? > > Thank you > I'd suggest you google

Re: [PHP] Rest

2012-10-27 Thread Marco Behnke
Am 27.10.12 19:47, schrieb Adam Tong: > Hi, > > I need to develop a rest API.I want your feedback on how you develop > rest apis. I don't want to use a heavy framework just for that, and I > find url rewriting time consuming. > > Any suggestions? > > Thank you > Let us see what you have done so far

Re: [PHP] REST, SOAP or XML-RPC?

2007-02-04 Thread Paul Scott
On Sun, 2007-02-04 at 23:00 -0600, Richard Lynch wrote: > Presumably one can choose to install only some of the options. > > Of course, now you're into the wonderful land of module > dependencies... Good luck! > Module dependencies are sorted out by the framework already. We have modelled our

Re: [PHP] REST, SOAP or XML-RPC?

2007-02-04 Thread Richard Lynch
On Sun, February 4, 2007 10:38 pm, Paul Scott wrote: > I am developing a webservice like module for our framework that will > enable downloads of module code into the framework modules from a > remote > server. > > Basically what this should do is: > > 1. User requests a list of available stable mo