0.3.2 • Published 1 year ago
@epilot/audit-logs-client v0.3.2
@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