Changes between Version 4 and Version 5 of RESTController


Ignore:
Timestamp:
11/20/09 00:12:05 (15 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RESTController

    v4 v5  
    55Available since: [https://code.launchpad.net/~flavour/sahana/sahanapy-trunk Main Trunk] Revision 358+
    66
    7 The main controller function of the RESTful API is:
     7The "REST Controller" is a S3 framework component that provides a generic RESTful API for !SahanaPy database resources.
     8
     9The main function of the REST Controller is:
    810
    911    * '''shn_rest_controller''' (defined in models/01_RESTlike_controller.py)
    1012
    11 The controller supports various representation formats:
     13The controller supports a number representation formats:
    1214
    13     * HTML
    14     * PDF
    15     * XLS
     15    * autogenerated HTML (including Create/Update forms)
     16    * PDF (export only)
     17    * XLS (export only)
     18    * CSV
    1619    * [wiki:S3XRC XML] using in-line XSLT transformation to support various XML formats
    1720    * [wiki:S3XRC JSON] for AJAX-style access to resources