Changes between Version 14 and Version 15 of S3/S3REST/Methods
- Timestamp:
- 10/28/10 09:22:43 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3REST/Methods
v14 v15 27 27 http://localhost:8000/eden/pr/person/1 28 28 }}} 29 -gives a '''read''' view of pr_person !#1, or an '''update''' form if the user is permitted to update this record29 ...gives a '''read''' view of pr_person !#1, or an '''update''' form if the user is permitted to update this record 30 30 31 31 * with '''method''' in the URL: … … 39 39 http://localhost:8000/eden/pr/person/create 40 40 }}} 41 -gives a create form for the pr_person table41 ...gives a create form for the pr_person table 42 42 43 43 * some resources support other (custom) methods, e.g. … … 48 48 http://localhost:8000/eden/pr/person/search_simple 49 49 }}} 50 -to search for a person by name or ID50 ...to search for a person by name or ID 51 51 ==== Non-interactive formats ==== 52 52