feat: Create PCF client with retry logic
Open
- Dominant language
- Go
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
## Description
Implement a robust PCF (Pentest Collaboration Framework) API client with automatic retry logic and proper error handling.
## Acceptance Criteria
- [ ] HTTP client with configurable timeouts
- [ ] Exponential backoff retry mechanism
- [ ] Support for all PCF API operations
- [ ] Proper error handling and response parsing
- [ ] TLS configuration options
## Technical Details
- Implement Client struct with http.Client
- Add retry logic with exponential backoff
- Create methods for all PCF API endpoints
- Support custom TLS configurations
Contributor guide
Assessment
This issue has not been assessed yet.