Hello Everyone I am new to Sonarqube and I want to Use Sonarqube APIs in my project.
I want to build a web application that will take help form sonarqube api’s.
So can anyone give some information about how to use any sonarqube api in my spring-boot application.
My motive is to use the project analysis report details that was created by sonarqube
thanks in advance
@vishal.patidar did you succeed on this task?
Yes by using sonarclient on spring boot application and making a webhook on sonar server for notifications of project analysis.