hubvault.server.routes.content

Content route factory for hubvault.server.

This module exposes read-only repository browsing and download endpoints, including tree listings, single-file reads, range reads, and snapshot-plan manifests used by the remote client.

The module contains:

create_content_router

hubvault.server.routes.content.create_content_router(*, api=None, api_factory=None, authorizer)[source]

Build the content router for the server app.

Parameters:
Returns:

Router exposing read-only content endpoints

Return type:

fastapi.APIRouter

Raises: