SonarQube API Resources - deprecated

567 Views Asked by At

I've noticed the Resources have been deprecated in 5.4. We make heavy use of this api and could not find a replacement.

How is the functionality of this API being replaced?

1

There are 1 best solutions below

0
Amith On

To fetch projects, /api/components/search_projects can be used. Sample usage https://sonarqube.com/api/components/search_projects.

To get the list of all apis, you can use api/webservices/list.