@apimatic/axios-client-adapter
v0.3.20
Published
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.
Keywords
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.
