Changes between Version 13 and Version 14 of RestfulAPI
- Timestamp:
- 02/15/08 19:55:36 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RestfulAPI
v13 v14 86 86 == Data Formats == 87 87 88 '' '''Todo: Decide how to identify objects (name, database ID, UUID), then fixup these data formats. Currently assumed to use the value of the object name attribute as the object's resource identifier.'''''88 ''Todo: Decide how to identify objects (name, database ID, UUID), then fixup these data formats. Currently assumed to use the value of the object name attribute as the object's resource identifier.'' 89 89 90 90 ==== Database ID Format ==== … … 104 104 105 105 {{{ 106 An string.106 The value of the object's name attribute. 107 107 }}} 108 108