0.0.2 • Published 5 years ago

sonarqube-api v0.0.2

Weekly downloads
6
License
ISC
Repository
github
Last release
5 years ago

npm version Dependency Status npm

sonarQube API

For the moment, just the really first version..
But you could already manage right and template :)

Create the API client

const sonarQube = require("./sonarQube");

var auth = { user: "admin", password: "admin" };
var server = {url: "http://sonarQbue/"};

var client =  sonarQube.sonarQube(auth, server);

Then play with it :)

client.user_group.search_groups().then(
    (r) => {console.log(r)}
);
0.0.2

5 years ago

0.0.1

5 years ago