axios-rest-api

JSON →
library 2.1.7 ·javascript
verified Jun 7, 2026

Simple Axios wrapper for REST API requests. Current stable version is 2.1.7. It provides a convenient abstraction over axios for making REST API calls with built-in resource routing, delay simulation, and support for multiple API servers. Key differentiators: custom HTTP methods (cget, load, save, etc.), configurable URL templates per resource, and built-in request delay for testing UI responsiveness. Requires axios and underscore as peer dependencies. Ideal for Vue.js applications.