Changes between Version 16 and Version 17 of S3/S3REST/Methods


Ignore:
Timestamp:
10/28/10 09:25:43 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3REST/Methods

    v16 v17  
    5151    - returns all matching records in the specified format
    5252
    53   Example: '''{{{http://localhost:8000/eden/pr/person.pfif}}}''' returns all {{{person}}} records the user is allowed to read, in PFIF format
     53  ''Example:'' all {{{person}}} records the user is allowed to read, in PFIF format:
     54  {{{
     55http://localhost:8000/eden/pr/person.pfif
     56  }}}
     57
    5458
    5559  * with '''method''' in the URL:
     
    6266    - method '''delete''' deletes the specified records
    6367
    64   Example: '''{{{http://localhost:8000/eden/pr/person.xml/create?fetchurl=http://vita.sahanafoundation.org/eden/pr/person.xml}}}''' imports data from that URL into the {{{person}}} resource
     68  ''Example:'' import data from that URL into the {{{person}}} resource:
     69  {{{
     70http://localhost:8000/eden/pr/person.xml/create?fetchurl=http://vita.sahanafoundation.org/eden/pr/person.xml
     71  }}}
    6572
    6673  * XLS and PDF format work read-only (create/update/delete being ignored)