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.

loom.rest.fastapi.sql

Generic per-connection SQL endpoint mounting and envelope encoding.

Request edge

loom.rest.middleware

ASGI middleware for the Loom REST layer.

loom.rest.cors

Validated CORS settings for the REST layer.

Authentication

loom.rest.auth

Authentication for the Loom REST layer.