shijl0925 / python-sonarqube-api

Python Client library for interacting with Community, Developer, and Enterprise Editions SonarQube's REST APIs and SonarCloud's REST APIs.
https://python-sonarqube-pro-api.readthedocs.io/en/latest/
GNU Affero General Public License v3.0
133 stars 76 forks source link

How to request api/hotspots in python-sonarqube-api? #73

Closed Huiicat closed 1 year ago

Huiicat commented 1 year ago

I would like to search the security hotspots in sonarqube. Could the python-sonarqube-api request it?

shijl0925 commented 1 year ago

Already support the api 'api/hotspots/search' and 'api/hotspots/show`

fuctions: hotspots.search_hotspots hotspots.show