@vulog/aima-client
v1.0.13
Published
```bash npm i @vulog/aima-client ```
Downloads
142
Readme
@vulog/aima-client
npm i @vulog/aima-client
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`);