0.0.1-5 • Published 7 months ago
@2easy/flip-api v0.0.1-5
Pre-release in active development
Flip API for Node.js
This is a module that will assist with the use of API's provided by the Flip platform (getflip.com).
Installation
With PNPM
pnpm add @2easy/flip-api
With NPM
npm install @2easy/flip-api
With Yarn
yarn add @2easy/flip-api
Usage
const configuration = new Configuration(
clientId,
clientSecret,
domain
);
const flip = new FlipAPI(configuration);
const users = await flip.getAdminUsersV4();