Complex Request Axios Adapter

JSON →
library 1.1.3 ·javascript
verified Jun 7, 2026

An official axios adapter for the complex-request library, providing a layered architecture for HTTP requests with token management, login/refresh automation, and response parsing. Current stable version is 1.1.3. It wraps complex-request's core features using axios as the underlying HTTP client, allowing full access to axios's ecosystem (interceptors, cancellation, progress events). Requires both complex-request and axios as peer dependencies. The API mirrors complex-request's BaseRequest but uses AxiosRequest instead, with optional axios-specific configuration at initialization and per-request.