Catalyst::Helper::Controller::Scaffold::REST November 3
So, my automatic REST interface generator for Catalyst is ready to go. It’s pretty spiffy. You just run:
script/myapp_create.pl controller REST::SomeTable Scaffold::Compiled CDBI::SomeTable
and Bang! you have a REST interface for your model CDBI::SomeTable. Give it a shot. Download here. Feedback is more than welcome.
JSDBI is on the way shortly (hopefully tonight), which dovetails with this module nicely.