# @apimatic/core-interfaces

> This package provides essential type definitions and interfaces that define how SDK components communicate.

Latest version **0.2.14** (published 2025-11-04) · MIT license · 0 weekly downloads

## Install

```sh
npm install @apimatic/core-interfaces
pnpm add @apimatic/core-interfaces
yarn add @apimatic/core-interfaces
bun add @apimatic/core-interfaces
```

## 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.2.14 |
| Published | 2025-11-04 |
| 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 | 3 |
| Unpacked size | 41 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/core-interfaces
- 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/core-interfaces

## Dependencies (3)

- [tslib](https://npm.io/package/tslib.md) ^2.8.1
- [@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

## Recent versions

- 0.2.14 (latest) — 2025-11-04
- 0.2.13 — 2025-09-30
- 0.2.13-alpha.1 — 2025-09-29
- 0.2.13-alpha.0 — 2025-09-29
- 0.2.12 — 2025-08-13
- 0.2.11 — 2025-07-15
- 0.2.10 — 2025-07-11
- 0.2.9 — 2025-05-15
- 0.2.8 — 2024-12-12
- 0.2.7 — 2024-09-27
- 0.2.6 — 2024-07-22
- 0.2.5 — 2024-05-28
- 0.2.4 — 2024-04-24
- 0.2.3 — 2023-11-30
- 0.2.2 — 2023-06-08
- … 3 more at https://npm.io/package/@apimatic/core-interfaces/versions

## README

# APIMatic Core Interfaces Library for JavaScript SDKs

This package provides essential type definitions and interfaces that define how SDK components communicate.

The exported types and interfaces include:

* **API Response**: Standardized response structures for API calls.
* **Authentication**: Interfaces defining authentication adapters and interceptors.
* **HTTP Context and Client**: Core abstractions for HTTP request/response handling and client implementations.
* **Interceptor**: Definitions for HTTP interceptors enabling request/response transformation and middleware behavior.
* **Retry Configuration**: Types and interfaces for configuring retry logic in network calls.
* **Logging**: Contracts for logging within HTTP clients and SDK operations.
* **Paged Async Iterables**: Type support for async iteration over paged API results.
* **Signature Verification**: Interfaces and types for verifying HTTP request signatures.

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/core-interfaces · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
