Sonar API

1 개요[ | ]

Sonar API
SonarQube API
SonarCloud API
root@wsl:~# curl -s https://sonarcloud.io/api/webservices/list | jq
{
  "webServices": [
    {
      "path": "api/authentication",
      "description": "Handle authentication.",
      "actions": [
        {
          "key": "logout",
          "description": "Logout a user.",
          "internal": false,
...
              "required": true,
              "internal": false,
              "exampleValue": "api/issues"
            }
          ]
        }
      ]
    }
  ]
}

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}