Changes between Version 12 and Version 13 of S3/S3REST/Methods
- Timestamp:
- 10/28/10 09:17:54 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3REST/Methods
v12 v13 40 40 41 41 * without '''method''': 42 - returns a list of all matching records in the specified format 42 - returns all matching records in the specified format 43 44 Example: '''{{{http://localhost:8000/eden/pr/person.pfif}}}''' returns all {{{person}}} records the user is allowed to read, in PFIF format 43 45 44 46 * with '''method''' in the URL: … … 50 52 - method '''read''' returns a the specified records in the requested format 51 53 - method '''delete''' deletes the specified records 54 55 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 52 56 53 57 * XLS and PDF format work read-only (create/update/delete being ignored)