quetch
TypeScript icon, indicating that this package has built-in type declarations

0.22.1Β β€’Β PublicΒ β€’Β Published

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.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.22.161latest

Version History

VersionDownloads (Last 7 Days)Published
0.22.161
0.22.0158
0.21.01
0.20.01
0.19.51
0.19.41
0.19.31
0.19.21
0.19.11
0.19.01
0.18.30
0.18.21
0.18.11
0.18.01
0.17.01
0.16.31
0.16.21
0.16.11
0.16.01
0.15.01
0.14.01
0.13.01
0.12.01
0.11.20
0.11.11
0.11.01
0.10.11
0.10.02
0.9.21
0.9.11
0.9.01
0.8.01
0.7.01
0.6.61
0.6.51
0.6.41
0.6.31
0.6.21
0.6.12
0.6.01
0.5.10
0.5.01
0.4.01
0.3.01
0.2.11
0.2.01
0.1.20
0.1.11
0.1.01

Package Sidebar

Install

npm i quetch

Weekly Downloads

264

Version

0.22.1

License

MIT

Unpacked Size

326 kB

Total Files

499

Last publish

Collaborators

  • davidbonnet