🔌Multi-FrameworkSeamlessly switch between Axios, Playwright, Supertest, and CodeceptJS without changing your API layer code.
🎯Unified ResponseEvery integration returns the same HttpResponse<T> shape — status, data, and headers — so your assertions stay consistent.
🛡️Type-SafeFull TypeScript generics support. Get autocomplete and compile-time safety on every response.
⚡Zero ConfigDrop-in classes that wrap your existing framework's HTTP client. No adapters, no boilerplate, no magic.
🔐Built-in AuthBearer token injection is handled automatically across all integrations via a simple constructor option.
📝Request LoggingOptional file-based request logging for debugging with BaseApi. See every request and response detail.