axios-taro-adapter

JSON →
library 0.0.3 ·javascript
verified Jun 7, 2026

An axios adapter that allows using axios with Taro's request API in Taro miniapp projects. Version 0.0.3, released as an early-stage package with no regular release cadence. It enables developers to use the familiar axios interface and interceptors in Taro apps, while Taro handles the underlying multi-platform networking. Key differentiator: allows code reuse between web and miniapp environments by using axios instead of Taro.request directly. Currently only provides the TaroAdapter export.