bug(silo): delete_bom_entry() bypasses error normalization #59

Closed
opened 2026-02-08 23:26:14 +00:00 by forbes · 0 comments
Owner

delete_bom_entry() uses raw urllib.request instead of SiloClient._request(). This bypasses the standard error normalization and response handling.

Expected: Use SiloClient._request() for consistent error handling across all API calls.

Priority: Medium
Source: KNOWN_ISSUES.md #10

`delete_bom_entry()` uses raw `urllib.request` instead of `SiloClient._request()`. This bypasses the standard error normalization and response handling. **Expected:** Use `SiloClient._request()` for consistent error handling across all API calls. **Priority:** Medium **Source:** KNOWN_ISSUES.md #10
forbes added the bug label 2026-02-08 23:26:14 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kindred/create#59