Alex Vandiver > Jifty-0.90701 > Jifty::Plugin::REST

Download:
Jifty-0.90701.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  12
Open  5
View Bugs
Report a bug
Module Version: 1.12   Source   Latest Release: Jifty-0.91117

NAME ^

Jifty::Plugin::REST - Add REST web services to your app

DESCRIPTION ^

A RESTian web services API for your Jifty app.

USAGE ^

Add the following to your site_config.yml

 framework:
   Plugins:
     - REST: {}

See the URL /=/help in your Jifty app for more information about how to access the RESTian resources.

MISC ^

The REST interface calls a method named jifty_serialize_format on records and collections to downgrade them to simple data structures. By default, this just lists the attributes specified with "column". If you want to include calculated values in your REST interface, you can do so by overriding jifty_serialize_format.