Re: [Catalyst] Optional path prefix

2013-10-22 Thread Bill Moseley
On Mon, Oct 21, 2013 at 9:08 AM, John Napiorkowski jjn1...@yahoo.comwrote: I'd probably myself want some plack middleware that would convert /api/v1/account/id/widget/id to /account/id/widget/idwith accept type application/mycompany.v1+json I guess that would separate that out of

[Catalyst] Optional path prefix

2013-10-15 Thread Bill Moseley
Over in this threadhttp://www.mail-archive.com/catalyst@lists.scsys.co.uk/msg14226.html was a discussion on API versioning and implementing via Accept: headers vs. adding a version in the URL. Looks like using a version in the URL is winning. We have existing chained actions that might look