GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Jifty::Plugin::REST(3) User Contributed Perl Documentation Jifty::Plugin::REST(3)

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

A RESTful web services API for your Jifty app.

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 REST resources.

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".
2013-01-29 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.