0.0.1-alpha.13 • Published 4 years ago

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

Weekly downloads
97
License
-
Repository
github
Last release
4 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

4 years ago

0.0.1-alpha.11

4 years ago

0.0.1-alpha.13

4 years ago

0.0.1-alpha.10

4 years ago

0.0.1-alpha.9

4 years ago

0.0.1-alpha.8

4 years ago

0.0.1-alpha.6

4 years ago

0.0.1-alpha.7

4 years ago

0.0.1-alpha.4

4 years ago

0.0.1-alpha.5

4 years ago

0.0.1-alpha.3

4 years ago

0.0.1-alpha.2

4 years ago

0.0.1-alpha.1

4 years ago