0.3.2 • Published 12 months 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-client
Usage
import { getClient } from '@epilot/audit-logs-client';
const auditLogsClient = getClient();
const logs = await auditLogsClient.getLogs({ limit: 25, page: 2 });
Documentation
tbw