Skip to content

ysicing/sonarapi

Repository files navigation

支持SonarQube 8.9 API

目前只支持drone-sonar需要的API,如有其他接口自行添加

  • api/user_tokens
    • api/user_tokens/generate 生成token
    • api/user_tokens/revoke 销毁token
    • api/user_tokens/search 搜索token
  • api/webhooks
    • api/webhooks/create
    • api/webhooks/delete
    • api/webhooks/list
    • api/webhooks/update
  • api/system
    • api/system/health
    • api/system/status
  • api/measures
    • api/measures/search
  • api/project_branches
    • api/project_branches/list
  • api/projects
    • api/projects/create
    • api/projects/delete
    • api/projects/search

致谢