I am working on Application development, and I want to interact with Sonar through Java API, I am currently using the following package,
org.sonarqube.ws.client.WsClient,
Where I can find the documentation for this client library,
Thanks,
Oscar
I am working on Application development, and I want to interact with Sonar through Java API, I am currently using the following package,
org.sonarqube.ws.client.WsClient,
Where I can find the documentation for this client library,
Thanks,
Oscar
Hi Oscar,
In addition to some general pointers, these docs also include a link to the javadocs: https://docs.sonarqube.org/display/DEV/API+Basics
Ann
Thanks