0.14.0 ā€¢ Published 11 days ago

quetch v0.14.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 days ago

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.

0.14.0

11 days ago

0.13.0

2 months ago

0.12.0

3 months ago

0.11.1

3 months ago

0.11.2

3 months ago

0.11.0

4 months ago

0.10.1

5 months ago

0.10.0

5 months ago

0.9.2

5 months ago

0.9.0

5 months ago

0.8.0

5 months ago

0.9.1

5 months ago

0.7.0

5 months ago

0.6.6

6 months ago

0.6.5

6 months ago

0.6.4

6 months ago

0.6.3

6 months ago

0.6.2

6 months ago

0.6.1

6 months ago

0.6.0

6 months ago

0.5.1

6 months ago

0.5.0

6 months ago

0.4.0

6 months ago

0.3.0

6 months ago

0.2.1

6 months ago

0.2.0

7 months ago

0.1.2

7 months ago

0.1.1

7 months ago

0.1.0

7 months ago