0.0.1-alpha.13 • Published 3 years ago

@flaggie/node-client v0.0.1-alpha.13

Weekly downloads
97
License
-
Repository
github
Last release
3 years ago

flaggie-node-client

Getting started

Installation

To install the latest version, run:

npm install @flaggie/node-client or yarn add @flaggie/node-client.

Usage

To start using using the API, you need to create a Flaggie client, for example:

import { createClient } from "@flaggie/node-client";

const init = async () => {
  const client = createClient({
    apiKey: "DEV_KEY",
    basePath: "https://app.flaggie.com", // OPTIONAL
  });

  const flags = await client.flags.getFlags({
    projectId: 1,
  });

  console.log(flags);
};
0.0.1-alpha.12

3 years ago

0.0.1-alpha.11

3 years ago

0.0.1-alpha.13

3 years ago

0.0.1-alpha.10

3 years ago

0.0.1-alpha.9

3 years ago

0.0.1-alpha.8

3 years ago

0.0.1-alpha.6

3 years ago

0.0.1-alpha.7

3 years ago

0.0.1-alpha.4

3 years ago

0.0.1-alpha.5

3 years ago

0.0.1-alpha.3

3 years ago

0.0.1-alpha.2

3 years ago

0.0.1-alpha.1

3 years ago