J. Shirley > Catalyst-Controller-REST-DBIC-Item-0.001000_001 > Catalyst::Helper::Controller::REST::DBIC::Item

Download:
Catalyst-Controller-REST-DBIC-Item-0.001000_001.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

NAME ^

Catalyst::Helper::Controller::REST::DBIC::Item - Helper to create REST controllers

SYNOPSIS ^

    $ catalyst.pl myapp
    $ cd myapp
    $ script/myapp_create.pl controller Book REST::DBIC::Item Schema::Book

DESCRIPTION ^

Helper to create REST Base classes. After this, you should be reading up on Catalyst::Controller::REST::DBIC::Item

METHODS ^

mk_compclass

This generates the individual REST classes

SEE ALSO ^

Catalyst::Controller::REST::DBIC::Item

Catalyst::Action::REST

Catalyst::Model::DBIC::Schema

AUTHOR ^

J. Shirley cpan@coldhardcode.com

LICENSE ^

This library is free software . You can redistribute it and/or modify it under the same terms as perl itself.

NAME ^

[% CLASS %] - REST Controller for [% schema_class %]

DESCRIPTION ^

REST Methods to access the DBIC Schema Class [% schema_class %]

AUTHOR ^

[% author %]

SEE ALSO ^

"[% app %]"

"[% app %]::Model::[% schema_claass %]"

Catalyst::Action::REST

LICENSE ^

[% license %]