@epilot/dashboard-client
v2.1.0
Published
JavaScript client library for the epilot Dashboard API
Maintainers
Readme
@epilot/dashboard-client
Client library for epilot Dashboard API tbw
Uses openapi-client-axios
Installation
npm install --save @epilot/dashboard-clientUsage
import { getClient } from '@epilot/dashboard-client';
const dashboardClient = getClient();
const logs = await dashboardClient.listEnvironmentVariables()