QAForge
Explore
Feedback
Toggle theme
Issue #181 — BoxBoxJason/sonarqube-client-go | QAForge
BoxBoxJason/sonarqube-client-go
Implement API V2 analysis endpoints
Open on GitHub
BoxBoxJason
#181
10d ago
enhancement
good first issue
unit-test
e2e
AI analyzing...
Issue Description
What problem are you facing?
The current implementation of the SDK is missing the api/v2 endpoints related to analysis:
GET /api/v2/analysis/active_rules
GET /api/v2/analysis/engine
GET /api/v2/analysis/jres
GET /api/v2/analysis/jres/{id}
GET /api/v2/analysis/version
How could the SonarQube SDK help solve your problem?
Implement those RESTful endpoints
Add unit tests for them
Add e2e tests for them
Start Contributing on GitHub