Expand description
Typed wrappers for the exception-list API.
Functions use the stable list_id plus namespace_type identity, never the
volatile saved-object id (spec 4.5). The one exception is export_lists,
which fetches id at the single boundary where the route demands it.
Structs§
- Delete
Plan - What
plan_delete_opresolved, so the apply acts on exactly the keys the preview named rather than re-resolving a barelist_idafter the guard. - List
Detail - The report
getrenders: one container and every item inside it. - List
Filter - List
Report - The report
listrenders: every matching container, in stable order.
Functions§
- apply_
delete_ op - Continue after per-container failures so the result records every deletion and every container that remains.
- apply_
import_ op - Upload the NDJSON
plan_import_opprepared. - create_
item - create_
list - delete_
item - delete_
list - export_
lists - Export the given containers and their items as NDJSON.
- export_
op - Export the selected containers and their items.
- find_
items - find_
lists - get_
list - get_op
- Resolve a selector and fetch the container with all of its items.
- import_
lists - list_op
- Every matching container. With no
--namespace, both namespaces are read and merged so anagnosticcontainer is never silently omitted: a list command that showed only half the namespace space would be lying (spec 5.2). - plan_
delete_ op - Resolve every selector before previewing, so the preview is accurate and an unresolved selector fails before any write. The resolved keys travel with the plan so the apply cannot resolve a different namespace than the preview showed.
- plan_
import_ op - Compute the import preview and the NDJSON to upload.
- resolve_
ids - Map each key to the live container
idon this stack. A key with no live container is absent from the map rather than mapped to a placeholder, so callers distinguish “exists here with this id” from “does not exist here”. - update_
item - update_
list - validate_
op - Parse and validate a local file without contacting a server.