QAForge
Explore
Feedback
Toggle theme
Issue #174 — BoxBoxJason/sonarqube-client-go | QAForge
BoxBoxJason/sonarqube-client-go
Implement API V2 system endpoints
Open on GitHub
BoxBoxJason
#174
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 system:
GET /api/v2/system/health
GET /api/v2/system/liveness
GET /api/v2/system/migrations-status
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