Closed febinrejoe closed 5 years ago
Fix for #31
Here's the Sonarqube documentation for using UserToken. The curl command has to be like,
curl -u THIS_IS_MY_TOKEN: https://sonarqube.com/api/user_tokens/search # note that the colon after the token is required in curl to set an empty password
Thanks for the PR.
Fix for #31
Here's the Sonarqube documentation for using UserToken. The curl command has to be like,