-
Notifications
You must be signed in to change notification settings - Fork 1
api Overview
GitHub Action edited this page May 21, 2026
·
1 revision
The @quatrain/api package defines the core types, interfaces, and shared logic for Quatrain's API ecosystem. It acts as the contract between the server-side implementations (like @quatrain/api-server) and the client-side consumers (like @quatrain/api-client).
- API Contracts: Shared TypeScript interfaces for API payloads, meta-information, and endpoints.
- Agnostic Design: Independent of any specific HTTP framework or networking library.
Refer to the HOWTO.md file for implementation guidelines and examples.