Axios Normalizer

JSON →
library 1.0.2 ·javascript
verified Jun 7, 2026

Utility library for normalizing axios HTTP responses and errors, version 1.0.2. It standardizes the response structure to match API documentation, abstracting away axios's wrapping of data in a `data` property and handling errors as exceptions. Suitable for projects using axios ^0.27.2. Differentiators: guarantees consistent response shape, distinguishes API errors from network errors, and normalizes errors only from the API server. Release cadence: infrequent (latest 2022). Peer dependency on axios.