Changes between Version 11 and Version 12 of S3/S3REST


Ignore:
Timestamp:
10/22/10 13:11:22 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3REST

    v11 v12  
    22= S3 RESTful API =
    33
     4  * [wiki:S3XRC]
     5
    46The S3 framework provides a generic RESTful API for many of the Eden data resources.
    57
    6   * [wiki:S3XRC]
     8== At a Glance ==
    79
    8 == URL Syntax ==
     10  * [wiki:S3XRC/RESTfulAPI/URLFormat URL Format]
     11  * [wiki:S3XRC/RESTfulAPI/Methods Standard Methods]
    912
    10    * see [wiki:S3XRC/RESTfulAPI/URLFormat URL Format]
     13  * [wiki:S3XML XML/JSON Format]
    1114
    12 == Standard Methods ==
    13 
    14   - interactive create, read, update and delete (CRUD) including list views
    15   - non-interactive data export/import
    16 
    17   * see [wiki:S3XRC/RESTfulAPI/Methods RESTful Methods]
    18 
    19 == Main Resources ==
    20 
    21   ||'''Application'''||'''Prefix'''||'''Resource'''||'''Resource Name'''||'''URL'''||'''Formats'''||
    22   ||Person Registry||pr||Persons||person||/pr/person||XML, JSON, PFIF, RSS, XLS, PDF||
    23   ||Person Registry||pr||Groups||group||/pr/group||XML, JSON, RSS, XLS, PDF||
    24   ||Map||gis||Locations||location||/gis/location||XML, JSON, GeoRSS, KML, GPX, RSS, XLS, PDF||
    25   ||Organization Registry||org||Organisations||organisation||/org/organisation||XML, JSON, RSS, XLS, PDF||
    26   ||Organization Registry||org||Offices||office||/org/office||XML, JSON, KML, GeoRSS, RSS, XLS, PDF||
    27   ||Organization Registry||org||Projects||project||/org_project||XML, JSON, RSS, XLS, PDF||
    28   ||Hospital Management System||hms||Hospitals||hospital||/hms/hospital||XML, JSON, KML, GeoRSS, RSS, XLS, PDF, HAVE||
    29   ||Shelter Registry||cr||Shelters||shelter||/cr/shelter||XML, JSON, KML, GeoRSS, RSS, XLS, PDF||
    30   ||DVI||dvi||Dead Body Recovery Requests||recreq||/dvi/recreq||XML, JSON, KML, GeoRSS, RSS, XLS, PDF||
    31   ||DVI||dvi||Dead Body Files||body||/dvi/body||XML, JSON, RSS, XLS, PDF||
    32   ||Incident Report System||irs||Incident Messages||incident||/irs/incident||XML, JSON, KML, GeoRSS, RSS, XLS, PDF||
    33   ||Incident Report System||irs||Incident Reports||ireport||/irs/ireport||XML, JSON, KML, GeoRSS, RSS, XLS, PDF||
    34   ||Incident Report System||irs||Impact Assessments||iassessment||/irs/iassessment||XML, JSON, RSS, XLS, PDF||
    35   ||Rapid Assessment Tool||rat||Assessments||assessment||/rat/assessment||XML, JSON, KML, GeoRSS, RSS, XLS, PDF||
    36   ||Request Management System||rms||Requests||req||/rms/req||XML, JSON, KML, GeoRSS, RSS, XLS, PDF||
    37 
    38 == XML/JSON Format ==
    39 
    40   * see [wiki:S3XML]
    41 
    42 == REST Controller ==
    43 
    44   - see [wiki:S3XRC/RESTfulAPI/s3_rest_controller s3_rest_controller()]
     15  * [wiki:S3XRC/RESTfulAPI/s3_rest_controller REST Controller]
    4516
    4617----