1.0.0 • Published 6 months ago
@epilot/access-token-client v1.0.0
@epilot/access-token-client
Client library for epilot Access Token API
Uses openapi-client-axios
Installation
npm install --save @epilot/access-token-client
Usage
import { getClient } from "@epilot/access-token";
const accessTokenClient = getClient();
const res = await accessTokenClient.listAccessTokens();