# @vulog/aima-client

```bash
npm i @vulog/aima-client
```

```javascript
import { getClient } from '@vulog/aima-client';

const client = getClient({
    apiKey: '...',
    baseUrl: '...',
    clientId: '...',
    clientSecret: '...',
    fleetId: '...',
});

const { data: serviceResponse } = await client.get(`/boapi/proxy/user/fleets/.../master/services`);
```
