REST API

REST declarations

loom.rest.model

Declarative REST interface model.

loom.rest.compiler

RestInterface compiler.

loom.rest.autocrud

Auto-CRUD route and UseCase generators.

FastAPI adapter

loom.rest.fastapi

FastAPI-specific REST layer for Loom.

loom.rest.fastapi.app

FastAPI application factory.

loom.rest.fastapi.router_runtime

Router runtime — binds CompiledRoute records to a FastAPI application.

loom.rest.fastapi.openapi

OpenAPI schema helpers for FastAPI route binding.

loom.rest.fastapi.response

MsgspecJSONResponse — zero-copy JSON response for FastAPI.