Skip to content

Commit 8df1bbf

Browse files
authored
Update README.md
1 parent 4e9fbe7 commit 8df1bbf

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -218,19 +218,21 @@ Just a bunch of REST services to make use and test this functionality. You can f
218218

219219
Service | 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
228228
Update an object from JSON input | /object/json/:class/:id | PUT
229229
Delete an object with certain ID | NOT YET IMPLEMENTED | DELETE
230230
Get 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
232232
Load 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

Comments
 (0)