addon-nodejs icon indicating copy to clipboard operation
addon-nodejs copied to clipboard

OpenNebula Nodejs XMLRPC API client.

Results 4 addon-nodejs issues
Sort by recently updated
recently updated
newest added

Hi, is this NPM package actively maintained? I might be willing to contribute. Thanks!

Hi, I've got an issue within the instantiation of opennebula. I've got a user:password where the user is my account and a password who isn't the hash password but the...

Hey there, actually I'm pretty new to your addon, but I think this is a bug looking on the old report. Error: XML-RPC fault: Parameter that is supposed to be...

First of all, your plugin is amazing. :smile: But I have one issue. ``` var vm = aa.getVM(1); vm.chmod(1,1,1,-1,-1,-1,-1,-1,-1, function(err, data){ console.log(err); console.log(data); }); ``` I got this error. ```...