sonarqube-api

0.0.2 • Public • Published

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)}
);

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i sonarqube-api

    Weekly Downloads

    2

    Version

    0.0.2

    License

    ISC

    Unpacked Size

    6.91 kB

    Total Files

    7

    Last publish

    Collaborators

    • seb0uil