Routes¶
FastAPI routes for the independent AcqStore Server API v2.
open_load_timeout_s ¶
open_load_timeout_s() -> float
Return the configured positive open/decode timeout.
create_router ¶
create_router(
*,
store: SessionStore,
pick_file: PickFileFn,
open_fn: OpenAcquisitionFn = open_acquisition,
) -> APIRouter
Create the API v2 router with injected session storage and file picker.