Skip to content

seb0uil/sonarqube-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

nodejs module to manage sonarqbue api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published