Skip to content

Latest commit

History

History
31 lines (20 loc) 路 646 Bytes

README.md

File metadata and controls

31 lines (20 loc) 路 646 Bytes

Quetch

馃崑 Simple abstraction layer over any API.

Features

  • Provides a fully typed query object format
  • Queries local data as well as external data (e.g., through fetch)
  • Separates resource requests from API configuration
  • Provides error handlers

Usage

Everything is exported from the main entry-point through an ES6 module:

import { fetchLocal, combine } from "quetch";
import type { Query } from "quetch";

Installation

Install with the Node Package Manager:

npm install quetch

Documentation

Documentation is generated here.