You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 5, 2026. It is now read-only.
As a developer
I want a robust API client
So that HTTP requests are reliable and secure
Current Issues
1. Typos
psot()instead ofpost()(line 29)setAthenticationToken()instead ofsetAuthenticationToken()(line 52)delet()instead ofdelete()(line 59)2. Resource Leaks
get()(line 19)psot()(line 35)3. Missing Features
isResponseOK()always returns true (line 47)Location:
src/java/APIClient.javaSecurity Impact
MEDIUM - Auth tokens not applied means requests are unauthenticated
Acceptance Criteria