fetch-on-rest

JSON →
library 2.0.4 ·javascript
verified Jun 7, 2026

A lightweight RESTful API wrapper around window.fetch for browser and React Native environments. Version 2.0.4 focuses on simplicity: no Babel or ES2015 dependencies, making it smoother for React Native. It automatically handles JSON headers and responses, and offers methods like get, post, put, patch, del, and rawGet. The library uses URI.js for robust URL parsing. It is best suited for simple REST API interactions where manual fetch configuration is unwanted.