# @apimatic/axios-client-adapter

> This package provides an Axios-based HTTP client adapter that integrates seamlessly with the @apimatic/core package, enabling efficient HTTP request execution with extended capabilities.

Latest version **0.3.21** (published 2025-12-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install @apimatic/axios-client-adapter
pnpm add @apimatic/axios-client-adapter
yarn add @apimatic/axios-client-adapter
bun add @apimatic/axios-client-adapter
```

## Health

**Score 65/100 (B)** — status: stable.

Positive: has types; esm support; no vulnerabilities; high maintenance score; high quality score.

Warnings: low downloads; pre 1.0.

## Facts

| | |
|---|---|
| Version | 0.3.21 |
| Published | 2025-12-24 |
| First published | 2023-01-31 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=14.15.0 \|\| >=16.0.0 |
| Dependencies | 14 |
| Unpacked size | 37.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | APIMatic Ltd. |
| Maintainers | apimaticdev, mehdi991, maryamadnan3, hamzamahmood, aliasghar1070, talhafaheem |

## Links

- npm: https://www.npmjs.com/package/@apimatic/axios-client-adapter
- Repository: https://github.com/apimatic/apimatic-js-runtime
- Homepage: https://github.com/apimatic/apimatic-js-runtime#readme
- Issues: https://github.com/apimatic/apimatic-js-runtime/issues
- npm.io page: https://npm.io/package/@apimatic/axios-client-adapter

## Dependencies (14)

- [axios](https://npm.io/package/axios.md) ^1.8.4
- [tslib](https://npm.io/package/tslib.md) ^2.8.1
- [form-data](https://npm.io/package/form-data.md) ^4.0.1
- [detect-node](https://npm.io/package/detect-node.md) ^2.1.0
- [tiny-warning](https://npm.io/package/tiny-warning.md) ^1.0.3
- [detect-browser](https://npm.io/package/detect-browser.md) ^5.3.0
- [lodash.flatmap](https://npm.io/package/lodash.flatmap.md) ^4.5.0
- [@apimatic/proxy](https://npm.io/package/@apimatic/proxy.md) ^0.1.4
- [@apimatic/http-query](https://npm.io/package/@apimatic/http-query.md) ^0.3.9
- [@apimatic/json-bigint](https://npm.io/package/@apimatic/json-bigint.md) ^1.2.0
- [@apimatic/file-wrapper](https://npm.io/package/@apimatic/file-wrapper.md) ^0.3.9
- [@apimatic/http-headers](https://npm.io/package/@apimatic/http-headers.md) ^0.3.8
- [@apimatic/core-interfaces](https://npm.io/package/@apimatic/core-interfaces.md) ^0.2.14
- [@apimatic/convert-to-stream](https://npm.io/package/@apimatic/convert-to-stream.md) ^0.1.9

## Recent versions

- 0.3.21 (latest) — 2025-12-24
- 0.3.20 — 2025-11-04
- 0.3.19 — 2025-09-30
- 0.3.19-alpha.1 — 2025-09-29
- 0.3.19-alpha.0 — 2025-09-29
- 0.3.18 — 2025-09-04
- 0.3.17 — 2025-09-04
- 0.3.16 — 2025-09-02
- 0.3.15 — 2025-08-13
- 0.3.14 — 2025-07-28
- 0.3.13 — 2025-07-22
- 0.3.12 — 2025-07-22
- 0.3.11 — 2025-07-15
- 0.3.10 — 2025-07-11
- 0.3.9 — 2025-05-15
- … 13 more at https://npm.io/package/@apimatic/axios-client-adapter/versions

## README

# APIMatic Axios Client Adapter Library for JavaScript SDKs

This package provides an Axios-based HTTP client adapter that integrates seamlessly with the @apimatic/core package, enabling efficient HTTP request execution with extended capabilities.

The exported functionality includes:

* **Axios-Based HTTP Client**: Robust HTTP client built on Axios for reliable API communication.
* **Request/Response Transformation**: Automatic conversion between APIMatic HTTP interfaces and Axios formats.
* **File Upload Support**: Multipart form data and stream uploads with proper content type handling.
* **Proxy Configuration**: Configurable proxy support for enterprise environments.
* **Timeout and Abort Support**: Configurable request timeouts with integrated abort signal handling for graceful cancellation.

This library is used by JavaScript SDKs generated by the [APIMatic Code Generator](http://www.apimatic.io). For details on supported platforms and build artifacts, see the [Build and Usage Section](https://github.com/apimatic/apimatic-js-runtime?tab=readme-ov-file#builds-and-usage).

---
_Source: https://npm.io/package/@apimatic/axios-client-adapter · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
