JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 209723
  • Score
    100M100P100Q183905F
  • License MIT

Package Exports

  • @apimatic/axios-client-adapter
  • @apimatic/axios-client-adapter/es/index.js
  • @apimatic/axios-client-adapter/lib/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@apimatic/axios-client-adapter) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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. For details on supported platforms and build artifacts, see the Build and Usage Section.