@haven1/sdk-api-client
v39.0.0
Published
Haven1 SDK-API Client
Downloads
23
Readme
@haven1/sdk-api-client
The @haven1/sdk-api-client package provides seamless connectivity between your project and the Haven1 APIs, adhering to the OpenAPI Specification standard. This package simplifies API interactions by offering typed methods, ensuring a consistent and efficient development experience.
Key Features
- OpenAPI Specification Compliance: Built on OpenAPI standards for robust and scalable API interactions.
- Type-Safe Integration: Includes TypeScript support with fully typed responses and requests for improved development confidence.
- Simplified API Calls: Ready-to-use methods for common operations, reducing boilerplate code.
- Flexible Configuration: Easily customize base URLs, API keys, and other settings.
Installation
Install the package using your preferred package manager:
::: code-group
npm install @haven1/sdk-api-clientpnpm add @haven1/sdk-api-clientyarn add @haven1/sdk-api-client:::
