Vojtech Szocs has posted comments on this change.

Change subject: ovirtjs: New project (draft)
......................................................................


Patch Set 2:

Example of oVirtJS usage (should work with current code):

 ovirt.api.options.engineBaseUrl = 'http://my.engine.host:8080';
 ovirt.api.init().then(function () {
     ovirt.api.datacenters.list().run().then(function (dcArray) {
         // do something with data center resource objects here
     });
 });

-- 
To view, visit http://gerrit.ovirt.org/33720
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I2646646bc880446aa3035dd951e65c9af81933a1
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Vojtech Szocs <vsz...@redhat.com>
Gerrit-Reviewer: Alexander Wels <aw...@redhat.com>
Gerrit-Reviewer: Einav Cohen <eco...@redhat.com>
Gerrit-Reviewer: Greg Sheremeta <gsher...@redhat.com>
Gerrit-Reviewer: Martin Betak <mbe...@redhat.com>
Gerrit-Reviewer: Tomas Jelinek <tjeli...@redhat.com>
Gerrit-Reviewer: Vojtech Szocs <vsz...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: No
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to