REST API Handler
JSON →A lightweight HTTP client library for making REST API requests, built on top of the Fetch API. Current stable version is 2.22.18. It provides a simple Api class with methods for GET, POST, PUT, DELETE, and custom requests. Ships TypeScript definitions. Supports custom response processors, default headers, multiple data formats (JSON, FormData), and query parameter encoding. Unlike axios or node-fetch, it leverages the Fetch API standard and requires a polyfill for Node.js. Ideal for browser and Node.js environments with minimal configuration. Release cadence is irregular but maintained.
Resources
packagerest-api-handler ↗