Changes between Version 1 and Version 2 of RESTController


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

--

Legend:

Unmodified
Added
Removed
Modified
  • RESTController

    v1 v2  
    33= REST Controller =
    44
    5   * Code: [https://code.launchpad.net/~flavour/sahana/sahanapy-trunk Main Trunk] Revision 358+
     5Available since: [https://code.launchpad.net/~flavour/sahana/sahanapy-trunk Main Trunk] Revision 358+
    66
    7 The main controller function of the REST Interface is:
     7The main controller function of the RESTful API is:
    88
    99    * '''shn_rest_controller''' (defined in models/01_RESTlike_controller.py)
    1010
    11 The [wiki:S3XRC XML Interface] of this API supports in-line XSLT transformation in order to support various XML formats.
     11The controller supports various representation formats:
    1212
    13 The [wiki:S3XRC JSON Interface] of this API can be used for Ajax access to resources.
     13    * HTML
     14    * PDF
     15    * XLS
     16    * [wiki:S3XRC XML] using in-line XSLT transformation to support various XML formats
     17    * [wiki:S3XRC JSON] for AJAX-style access to resources
    1418
    1519== Joined Resources ==