Skip to content

api Overview

GitHub Action edited this page May 21, 2026 · 1 revision

@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.

Clone this wiki locally