Simple Fetch Wrapper

JSON →
library 1.3.8 ·javascript
verified Jun 7, 2026

simple-fetch-wrapper v1.3.8 is a lightweight HTTP client wrapping the native fetch API. It provides a simple interface for GET and POST requests, base URL configuration, default content type, request interceptors, a fetching status callback, and a custom event system. Updated infrequently, it offers minimal abstraction compared to axios or ky, with TypeScript declarations included. Good for small projects wanting fetch convenience without heavy dependencies.