@vulog/aima-event
Version:
```bash npm i @vulog/aima-client @vulog/aima-core @vulog/aima-event ```
22 lines (16 loc) • 424 B
Markdown
# @vulog/aima-booking
```bash
npm i @vulog/aima-client @vulog/aima-core @vulog/aima-event
```
```javascript
import { getClient } from '@vulog/aima-client';
import { geteventbyType } from '@vulog/aima-event';
const client = getClient({
apiKey: '...',
baseUrl: '...',
clientId: '...',
clientSecret: '...',
fleetId: '...',
});
const response = await geteventbyType(client, 'USER_BOOKING_REQUEST');
```