flumm-fetch is a lightweight HTTP client inspired by the Fetch API, providing an async-friendly interface for GET and POST requests. Version 1.0.1 is the current stable release, with no release cadence indicated. It differentiates itself by maintaining a minimal footprint and offering a promise-based or async/await API. It is a simple wrapper around the standard fetch function with no additional features like interceptors or streaming.
npm install flumm-fetchNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows a simple GET request using async/await and parsing JSON response.
Consider using well-established alternatives like ky, got, or node-fetch.
Review source or use alternative if PUT/DELETE/etc. are needed.
Always check response.ok or response.status to handle errors.
Run 'npm install flumm-fetch' and ensure it's in package.json dependencies.
Use import syntax or set type: 'module' in package.json.
Use 'import fetch from "flumm-fetch"'
No dependency data recorded yet.