@@ -218,19 +218,21 @@ Just a bunch of REST services to make use and test this functionality. You can f
218218
219219Service | Path | HTTP Method
220220------- | ---- | -----------
221- Get object in JSON format | /object/json/: class /: id /: ddlevel /: map | GET
222- | /object/json/: class /: id /: ddlevel | GET
223- | /object/json/: class /: id " | GET
224- Load object from JSON | /object/json/: class /: ddlevel /: map | POST
225- | /object/json/: class /: ddlevel | POST
226- | /object/json/: class | POST
221+ Get an object up to a drilldown level in JSON format following a particular map especification | /object/json/: class /: id /: ddlevel /: map | GET
222+ Get an object up to a drilldown level in JSON format following the default map | /object/json/: class /: id /: ddlevel | GET
223+ Get an object in JSON format following the default map and default drilldown especs | /object/json/: class /: id " | GET
224+ Load an object from JSON using a particular map and drilldown especifications | /object/json/: class /: ddlevel /: map | POST
225+ Load an object from JSON using its default map and a particular drilldown especifications | /object/json/: class /: ddlevel | POST
226+ | /object/json/: class | POST
227227 (assuming there is a property _ classname_ in input JSON) | /object/json | POST
228228Update an object from JSON input | /object/json/: class /: id | PUT
229229Delete an object with certain ID | NOT YET IMPLEMENTED | DELETE
230230Get serialized object in format especified by serialization method | /object/serial/: templateclass /: serializationmethod /: class /: id /: ddlevel | GET
231- | /object/serial/: templateclass /: serializationmethod /: class /: id |GET
231+ | /object/serial/: templateclass /: serializationmethod /: class /: id |GET
232232Load object from serialized stream | /object/serial/: templateclass /: serializationmethod /: class /: ddlevel | POST
233- | /object/serial/: templateclass /: serializationmethod /: class | POST
233+ | /object/serial/: templateclass /: serializationmethod /: class | POST
234+
235+
234236
235237<!-- Update object -->
236238<!-- NOT YET IMPLEMENTED
0 commit comments