@epilot/user-client
v3.11.0
Published
Client library for the epilot User API
Downloads
3,094
Maintainers
Readme
@epilot/user-client
Client library for epilot User API.
Uses openapi-client-axios
Installation
npm install --save-dev @epilot/user-client
Usage
import { getClient } from '@epilot/user-client';
const userCLient = getClient();
const currentUser = await userClient.getMe().then(res => res.data);
Documentation
https://docs.epilot.io/api/user