0.3.2 • Published 12 months ago

@epilot/audit-logs-client v0.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

@epilot/audit-logs-client

CI npm version bundle size License

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

0.3.2

12 months ago

0.3.1

12 months ago

0.3.0

12 months ago

0.2.2

12 months ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago

0.0.1

1 year ago