Changes between Version 14 and Version 15 of S3/S3REST/Methods


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

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3REST/Methods

    v14 v15  
    2727http://localhost:8000/eden/pr/person/1
    2828  }}}
    29   - gives a '''read''' view of pr_person !#1, or an '''update''' form if the user is permitted to update this record
     29  ...gives a '''read''' view of pr_person !#1, or an '''update''' form if the user is permitted to update this record
    3030
    3131  * with '''method''' in the URL:
     
    3939http://localhost:8000/eden/pr/person/create
    4040  }}}
    41   - gives a create form for the pr_person table
     41  ...gives a create form for the pr_person table
    4242
    4343  * some resources support other (custom) methods, e.g.
     
    4848http://localhost:8000/eden/pr/person/search_simple
    4949  }}}
    50   - to search for a person by name or ID
     50  ...to search for a person by name or ID
    5151==== Non-interactive formats ====
    5252