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
fix: Align SDK endpoints and tests with OpenAPI spec
- Fix deduplication logic to group by inputPurl instead of batchIndex
- Update API endpoints to match OpenAPI specifications:
- fullscans: Support both listing and individual scan retrieval
- report: Fix file handling and accept 200/201 status codes
- diffscans: Correct path structure for create_from_repo
- apitokens: Add list method and flexible update routing
- auditlog: Fix query parameter handling
- Multiple endpoints: Correct HTTP methods and response formats
- Add base_path parameter support for cleaner file organization
- Update all unit tests to match actual API behavior
- Remove batchIndex from deduped results while maintaining backward compatibility
- Comprehensive test coverage for 40+ endpoints with proper mocking
0 commit comments