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

0.1.2 • Public • Published

fetch-toolkit

Fetch API Toolkit for increased productivity.

Highlights

  • Handles common fetch error handling, HTTP status and pitfalls
  • Implement API calls easily
  • Extensible via decorators. Out-of-the box decorators:
    • Authentication
    • Logging
    • Concurrency limit/throttling

Installation

npm install fetch-toolkit -s

If you are running your application in the browser, you are all set. If you are running it with node.js you need to install some fetch API implementation. Example:

npm install node-fetch -s

Basic Usage

COMING SOON

Readme

Keywords

none

Package Sidebar

Install

npm i fetch-toolkit

Weekly Downloads

2

Version

0.1.2

License

MIT

Unpacked Size

106 kB

Total Files

45

Last publish

Collaborators

  • bmarotta