Rechercher une page de manuel
Jifty::Plugin::REST.3pm
Langue: en
Version: 2009-11-03 (ubuntu - 24/10/10)
Section: 3 (Bibliothèques de fonctions)
Sommaire
NAME
Jifty::Plugin::REST - Add REST web services to your appDESCRIPTION
A RESTian web services API for your Jifty app.USAGE
Add the following to your site_config.ymlframework: 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".Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre