@epilot/audit-logs-client
Version:
JavaScript client library for the epilot Audit Logs API
31 lines (20 loc) • 1.05 kB
Markdown
# @epilot/audit-logs-client
[](https://github.com/epilot-dev/sdk-js/actions?query=workflow%3ACI)
[](https://www.npmjs.com/package/@epilot/audit-logs-client-client)
[](https://bundlephobia.com/package/@epilot/audit-logs-client)
[](https://github.com/epilot-dev/sdk-js/blob/main/LICENSE)
Client library for epilot [Audit Logs API](https://docs.epilot.io/api/audit-logs)
tbw
Uses [`openapi-client-axios`](https://github.com/openapistack/openapi-client-axios)
## Installation
```bash
npm install --save @epilot/audit-logs-client
```
## Usage
```typescript
import { getClient } from '@epilot/audit-logs-client';
const auditLogsClient = getClient();
const logs = await auditLogsClient.getLogs({ limit: 25, page: 2 });
```
## Documentation
tbw