0.0.1-5 • Published 7 months ago

@2easy/flip-api v0.0.1-5

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

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();
0.0.1-5

7 months ago

0.0.1-4

8 months ago

0.0.1-3

8 months ago

0.0.1-2

8 months ago

0.0.1-0

8 months ago