Client library for epilot User API.
Uses openapi-client-axios
npm install --save-dev @epilot/user-client
import { getClient } from '@epilot/user-client';
const userCLient = getClient();
const currentUser = await userClient.getMe().then(res => res.data);