How do I get the SQALE rating and Debt Technical Information?
I was looking at the documentation for the V5.5 API Web Service for SonarQube and would like to get two things at the project level:
- SQALE rating
- Technical debt
What API can I use to get these values directly?
+3
CSharped
source
to share
1 answer
You can get the SQALE rating using the Sonarqube API web service
GET URLSONARQUBE/api/resources?metrics=sqale_rating
+1
Kirua Developer
source
to share