Introduction
dench-fetch is a TypeScript HTTP request builder built on top of the native Fetch API.
Installation
Install the package
Core Concepts
The dench-fetch API follows three steps: create a client, configure a request builder, and execute the request.
Basic Usage
This page explains how to create a client and write common HTTP requests.