1.0.0 • Published 5 months ago

dataherald-typescript-sdk v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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-sdk
import { SystemService, OpenAPI } from 'dataherald-typescript-sdk';

OpenAPI.BASE = "http://localhost:80" // Your Dataherald instance base URL

await SystemService.heartbeat();

License MIT

1.0.0

5 months ago