@quatrain/api
v1.1.7
Published
API utilities and models
Readme
@quatrain/api
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).
Features
- API Contracts: Shared TypeScript interfaces for API payloads, meta-information, and endpoints.
- Agnostic Design: Independent of any specific HTTP framework or networking library.
Getting Started
Refer to the HOWTO.md file for implementation guidelines and examples.
