1.0.0 • Published 2 years ago

xensrv-apijs v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Xenserver API

work in progress

General use

npm i xensrv-apijs

const xenSrv = require('xensrv-apijs);

xenSrv.connectToXen({ host: <host_ip>, port: 80, path: '/'}, <username> <password>)

xenSrv.login() => returns a Promise with sessionRef as data
1.0.0

2 years ago