-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
It appears that get_latest reconstructs objects, while get_by_id leaves references in place. It would be useful to have control over this from the API.
get_by_ids:
u'obj1': { u'@id': u'obj1',
u'children': [{ u'@id': u'obj2'}, { u'@id': u'obj3'}],
u'name': [ { u'@language': u'',
u'@type': u'',
u'@value': u'obj1'}]}},
get_latest
u'obj1': { u'@id': u'obj1',
u'children': [ { u'@id': u'obj2',
u'name': [ { u'@language': u'',
u'@type': u'',
u'@value': u'obj2'}]},
{ u'@id': u'obj3',
u'name': [ { u'@language': u'',
u'@type': u'',
u'@value': u'obj3'}]}],
u'name': [ { u'@language': u'',
u'@type': u'',
u'@value': u'obj1'}]},
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels