-
Notifications
You must be signed in to change notification settings - Fork 1
api server Overview
GitHub Action edited this page May 21, 2026
·
1 revision
The @quatrain/api-server-express package provides the backend REST layer for Quatrain, exposing the underlying DataObjects and Backend engines through HTTP endpoints.
- Express Adapter: A lightweight wrapper around Express to bootstrap APIs instantly.
-
Auto-generated Endpoints: Pre-built
CrudEndpointandListEndpointhandlers to instantly expose a Quatrain model (e.g.StudioProperty,StudioModel) as a complete REST API. - Middleware Support: Pluggable Express middlewares.
Refer to the HOWTO.md file for usage examples.