4 Repos
Small wrappers and utilities for the native fetch API.
Explore 4 awesome GitHub repositories matching part of an awesome list · API Layer. Refine with filters or upvote what's useful.
unfetch ist ein isomorpher HTTP-Client und eine Netzwerkbibliothek, die ein Promise-basiertes Interface für die konsistente Durchführung von Netzwerkanfragen sowohl in Browser- als auch in Serverumgebungen bereitstellt. Sie dient als leichtgewichtige Implementierung der Fetch-API für Umgebungen, denen die native Unterstützung für Netzwerkanfragen fehlt. Die Bibliothek ermöglicht den Abruf von Web-Ressourcen als Text, JSON oder binäre Blobs bei gleichzeitig geringem Speicherbedarf. Sie fungiert als Polyfill, indem sie das Fetch-Interface in den globalen Namespace installiert, wenn keine native Browser-Unterstützung verfügbar ist. Das Tool deckt breite Funktionen für den Abruf von Web-Ressourcen ab, einschließlich der Möglichkeit, HTTP-Anfragen auszuführen, Response-Header zu inspizieren und Response-Inhalte zu parsen.
Lightweight fetch polyfill for older environments.
Wretch is a chainable HTTP client library and Fetch API wrapper designed to simplify network request configuration, response parsing, and error handling. It functions as a network request manager and middleware framework for managing the end-to-end lifecycle of HTTP calls. The project is distinguished by a fluent interface for request configuration and a modular extension system. It utilizes a programmable response resolver to automate parsing and a plugin-based architecture to add new capabilities to request and response objects. The library covers a broad range of operational capabilities,
Chainable fetch wrapper with built-in error handling.
Making fetch happen in TypeScript.
Type-safe, chainable API client for fetch.
Axios has a great API that developers love. Redaxios provides that API in 800 bytes, using native fetch().
Minimalist drop-in replacement for Axios.