@epilot/audit-logs-client
v0.4.2
Published
JavaScript client library for the epilot Audit Logs API
Maintainers
Readme
@epilot/audit-logs-client
Client library for epilot Audit Logs API tbw
Uses openapi-client-axios
Installation
npm install --save @epilot/audit-logs-clientUsage
import { getClient } from '@epilot/audit-logs-client';
const auditLogsClient = getClient();
const logs = await auditLogsClient.getLogs({ limit: 25, page: 2 });Documentation
tbw
