Official axios HTTP adapter for mobx-rest library. Version 1.0.1 provides a bridge between mobx-rest's data layer and axios for making API requests. Lightweight and focused, it is released on an as-needed basis. Unlike custom adapter implementations, this is the first-party solution that ensures compatibility with mobx-rest's internal API client configuration.
npm install factorial-mobx-rest-axios-adapterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to import the default adapter and use it with mobx-rest's apiClient to set up the API client.
Use import adapter from 'mobx-rest-axios-adapter' (not named import)
Run npm install axios in your project
Install the package: npm install mobx-rest-axios-adapter
Use default import: import adapter from 'mobx-rest-axios-adapter'