0.7.0 • Published 10 months ago

with-digest-fetch v0.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

with-digest-fetch

Forked from digest-fetch, build for cjs/esm support.

See https://github.com/devfans/digest-fetch#readme for usage.

Changes in this fork

  • Ships both ESM and CJS bundles with correct module exports.
  • Better TypeScript support.

Install

npm install with-digest-fetch

Usage

import DigestClient from "with-digest-fetch";

const client = new DigestClient("user", "password");
await client.fetch(url, options);
0.7.0

10 months ago

0.6.0

12 months ago

0.5.0

12 months ago

0.4.0

12 months ago

0.3.0

12 months ago

0.1.0

12 months ago