mini-fetchy
v1.2.0
Published
Custom fetch client for reusable HTTP calls
Maintainers
Readme
mini-fetchyx
A lightweight, customizable fetch wrapper inspired by Axios instances. Easily create reusable HTTP clients with base URLs, headers, timeouts, and more — powered by the native fetch API.
🚀 Features
- 🛠️ Create custom fetch instances like
axios.create() - 🌐 Set base URL once for all requests
- 🧾 Set default headers (e.g., Auth, Content-Type)
- ⏱️ Built-in timeout handling
- ⚡ Lightweight and dependency-free
📦 Installation
npm install mini-fetchy