EN FR
← Modules

jizy-api

A lightweight API transport library (fetch/xhr proxies).

Overview

A lightweight API transport library built on top of fetch and XMLHttpRequest. It exposes a fluent builder for request URL, method, JSON handling, debugging and callbacks.

Features

  • Unified wrapper over fetch and XHR
  • Fluent builder for URL, method, headers and callback
  • Built-in JSON handling and debug mode
  • Vanilla JavaScript, zero dependency

Installation

npm install jizy-api