0.0.1-alpha.13 • Published 5 years ago
@flaggie/node-client v0.0.1-alpha.13
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
5 years ago
0.0.1-alpha.11
5 years ago
0.0.1-alpha.13
5 years ago
0.0.1-alpha.10
5 years ago
0.0.1-alpha.9
5 years ago
0.0.1-alpha.8
5 years ago
0.0.1-alpha.6
5 years ago
0.0.1-alpha.7
5 years ago
0.0.1-alpha.4
5 years ago
0.0.1-alpha.5
5 years ago
0.0.1-alpha.3
5 years ago
0.0.1-alpha.2
5 years ago
0.0.1-alpha.1
5 years ago