Changes between Version 13 and Version 14 of S3/S3REST/URLFormat
- Timestamp:
- 05/01/11 08:51:36 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3REST/URLFormat
v13 v14 103 103 ==== Interactive (HTML) Format ==== 104 104 105 * http:// test.sahanafoundation.org/eden/pr/person105 * http://127.0.0.1:8000/eden/pr/person 106 106 107 107 ==== Non-interactive Formats ==== 108 108 109 * http:// test.sahanafoundation.org/eden/pr/person.pdf110 * http:// test.sahanafoundation.org/eden/pr/person.rss111 * http:// test.sahanafoundation.org/eden/pr/person.xml109 * http://127.0.0.1:8000/eden/pr/person.pdf 110 * http://127.0.0.1:8000/eden/pr/person.rss 111 * http://127.0.0.1:8000/eden/pr/person.xml 112 112 113 113 ==== URL Method (GET) ==== 114 114 115 * http:// test.sahanafoundation.org/eden/pr/person/create115 * http://127.0.0.1:8000/eden/pr/person/create 116 116 117 117 ==== Record ID ==== 118 118 119 * http:// test.sahanafoundation.org/eden/pr/person/1119 * http://127.0.0.1:8000/eden/pr/person/1 120 120 121 * http:// test.sahanafoundation.org/eden/pr/person/1.pfif122 * http:// test.sahanafoundation.org/eden/pr/person/1.json121 * http://127.0.0.1:8000/eden/pr/person/1.pfif 122 * http://127.0.0.1:8000/eden/pr/person/1.json 123 123 124 124 ==== Record UID ==== 125 125 126 * http:// test.sahanafoundation.org/eden/pr/person?person.uid=37988e29-4e7c-4f71-bb32-93ce1a2ba1ac126 * http://127.0.0.1:8000/eden/pr/person?person.uid=37988e29-4e7c-4f71-bb32-93ce1a2ba1ac 127 127 128 128 ==== URL Queries ==== 129 129 130 * http:// test.sahanafoundation.org/eden/pr/person?person.id=1,2,3130 * http://127.0.0.1:8000/eden/pr/person?person.id=1,2,3 131 131 132 * http:// test.sahanafoundation.org/eden/pr/person.pfif?person.first_name__like=Dominic133 * http:// test.sahanafoundation.org/eden/pr/person.xml?pe_contact.value__like=gmail.com132 * http://127.0.0.1:8000/eden/pr/person.pfif?person.first_name__like=Dominic 133 * http://127.0.0.1:8000/eden/pr/person.xml?pe_contact.value__like=gmail.com 134 134 135 135 ----