@vulog/aima-client
v1.2.15
Published
```bash npm i @vulog/aima-client ```
Readme
@vulog/aima-client
npm i @vulog/aima-clientimport { 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`);