REST API¶
REST declarations¶
Declarative REST interface model. |
|
RestInterface compiler. |
|
Auto-CRUD route and UseCase generators. |
FastAPI adapter¶
FastAPI-specific REST layer for Loom. |
|
FastAPI application factory. |
|
Router runtime — binds CompiledRoute records to a FastAPI application. |
|
OpenAPI schema helpers for FastAPI route binding. |
|
MsgspecJSONResponse — zero-copy JSON response for FastAPI. |
|
Generic per-connection SQL endpoint mounting and envelope encoding. |
Request edge¶
ASGI middleware for the Loom REST layer. |
|
Validated CORS settings for the REST layer. |
Authentication¶
Authentication for the Loom REST layer. |