dataherald-typescript-sdk
v1.0.0
Published
Dataherald Typescript SDK, generated from the OpenAPI specification
Maintainers
Readme
Dataherald Typescript SDK
This is an auto-generated SDK built using the OpenAPI specification.
The SDK version is in line with Dataherald's SDK
Basic usage
npm install dataherald-typescript-sdkimport { SystemService, OpenAPI } from 'dataherald-typescript-sdk';
OpenAPI.BASE = "http://localhost:80" // Your Dataherald instance base URL
await SystemService.heartbeat();
