@ws-utils/common-http
v0.0.2
Published
HTTP/API client-side utilities.
Readme
@ws-utils/common-http
HTTP/API client-side utilities.
Installation
Use preferred package manager to install the package.
npm i @ws-utils/common-http
pnpm i @ws-utils/common-http
yarn add @ws-utils/common-httpWhat's included?
WIP - Documentation is in progress. See JSDoc in sources for examples.
Fetcher- lightweight Fetch API wrapper with request/response interceptors, error handlers.RequestFactory- type-safe API request factory with configurable path params, body, hooks, etc.routes- utility to create route trees (bye-bye ever-changing constants, manual path parameter interpolation, etc.)
