Re: [Catalyst] Index action using Catalyst::Controller::REST - Is it possible?

2011-04-27 Thread Kyle Hall
n [mailto:devin.aus...@gmail.com] > Sent: 26 April 2011 19:30 > To: The elegant MVC web framework > Subject: Re: [Catalyst] Index action using Catalyst::Controller::REST - Is it > possible? > > > On Tue, Apr 26, 2011 at 11:37 AM, Kyle Hall wrote: > Hello all, >  I

RE: [Catalyst] Index action using Catalyst::Controller::REST - Is it possible?

2011-04-27 Thread Ian.Docherty
April 2011 19:30 To: The elegant MVC web framework Subject: Re: [Catalyst] Index action using Catalyst::Controller::REST - Is it possible? On Tue, Apr 26, 2011 at 11:37 AM, Kyle Hall wrote: Hello all,  I'm trying to write a REST service using the REST controller. The problem I'm running in

Re: [Catalyst] Index action using Catalyst::Controller::REST - Is it possible?

2011-04-26 Thread Devin Austin
On Tue, Apr 26, 2011 at 11:37 AM, Kyle Hall wrote: > Hello all, > I'm trying to write a REST service using the REST controller. The > problem I'm running into is I can't seem to use 'index' as I can with > the standard catalyst controller. I would like my URIs to look like > /api/rest/documents,

[Catalyst] Index action using Catalyst::Controller::REST - Is it possible?

2011-04-26 Thread Kyle Hall
Hello all, I'm trying to write a REST service using the REST controller. The problem I'm running into is I can't seem to use 'index' as I can with the standard catalyst controller. I would like my URIs to look like /api/rest/documents, /api/rest/staff and so on. From these paths I would like to d