Quick Start
Welcome to the dench-fetch tutorial.
This tutorial introduces the basic usage and features of dench-fetch.
dench-fetch is a Fetch API-based HTTP request builder that can be used across different environments. It uses the builder pattern to make HTTP requests easier to configure and execute.
Getting Started
npm i dench-fetch
Requirements
Node.js 20.0 or later is required. When installing Node.js, selecting all dependency-related options is recommended.
Because dench-fetch uses the Fetch API, it works in browser environments without additional configuration.
In a Node.js environment, you can install and use the node-fetch package.