Hey Sonar Community!
If anyone is building custom automation, reporting tools, or dashboards using Node.js or TypeScript, I wanted to share an update to my Web API wrapper: sonarqube-api-client.
The library has been around for a couple of years, but I just pushed some fresh updates to it. I built it to simplify making programmatic calls to SonarQube and SonarCloud without having to manually manage fetch requests and endpoints.
Quick Install
npm i sonarqube-api-client
Feel free to open an issue, and/or discussion on the repo if you have any questions, run into any snags, or have feature requests. Hope it helps speed up your workflows!
Best,
Titan