Apisauce

JSON →
library 3.2.2 ·javascript
verified Jun 7, 2026

apisauce is a lightweight wrapper around axios (^1.7) that standardizes API responses and error handling. Version 3.2.2 is current, with moderate release cadence. Key differentiators: all responses follow a single flow with a `problem` property for error classification, built-in request/response transforms, connection detection on React Native, and full TypeScript support. It simplifies client code by always resolving promises, avoiding try/catch for network errors.