Dan Kenigsberg has submitted this change and it was merged. Change subject: schema: Return objects rather than UUIDs ......................................................................
schema: Return objects rather than UUIDs Rather than returning UUIDs and forcing the API user to instantiate their own objects using those UUIDs, just return initialized objects. This patch just changes the API schema. The specific implementation of this idea appears in the patch that implements the code generator. This is not exhaustive, but an example of the idea. The rest can be converted over time. Change-Id: I7fdfe69436d65ef8190d8a5f1d941e7a628c77c0 Signed-off-by: Adam Litke <[email protected]> --- M vdsm_api/vdsmapi-schema.json 1 file changed, 87 insertions(+), 71 deletions(-) Approvals: Adam Litke: Verified Saggi Mizrahi: Looks good to me, approved Dan Kenigsberg: -- To view, visit http://gerrit.ovirt.org/7840 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7fdfe69436d65ef8190d8a5f1d941e7a628c77c0 Gerrit-PatchSet: 6 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Adam Litke <[email protected]> Gerrit-Reviewer: Adam Litke <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
