@vulog/aima-client
Version:
```bash npm i @vulog/aima-client ```
20 lines (15 loc) • 364 B
Markdown
# @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`);
```