hubvault.server.routes.history

History route factory for hubvault.server.

This module exposes read-only commit-history and reflog listings over HTTP.

The module contains:

create_history_router

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

Build the history router for the server app.

Parameters:
Returns:

Router exposing history endpoints

Return type:

fastapi.APIRouter

Raises: