Skip Menu |

This queue is for tickets about the Catalyst-Action-REST CPAN distribution.

Report information
The Basics
Id: 106397
Status: rejected
Priority: 0/
Queue: Catalyst-Action-REST

People
Owner: Nobody in particular
Requestors: perl [...] evancarroll.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Docs for chained actions.
Let's say you have a path, foo/1/bar where bar is a REST action. Can you make bar an endpoint to the chain :Chained() :Args(0), or will this module not work with chained actions. It's not mentioned anywhere in the docs. Also if you do that, how should it be set up with respect to packages? Does the stub go in the parent, or in the class with the _GET _DELETE stuff? -- Evan Carroll System Lord of the Internets http://www.evancarroll.com
On Wed Aug 12 18:33:18 2015, ECARROLL wrote: Show quoted text
> Let's say you have a path, foo/1/bar where bar is a REST action. Can > you make bar an endpoint to the chain :Chained() :Args(0), or will > this module not work with chained actions.
Yes.