1.5.8 • Published 4 days ago

flagright v1.5.8

Weekly downloads
-
License
-
Repository
github
Last release
4 days ago

Flagright Node Library

npm shield fern shield

The Flagright Node.js library provides access to the Flagright API from JavaScript/TypeScript.

Documentation

API documentation is available at https://docs.flagright.com.

Usage

import { FlagrightClient } from 'flagright';

const client = new FlagrightClient({ environment: 'https://sandbox.flagright.com', apiKey: 'YOUR_API_KEY', })
const response = await client.transactions.verify({
  body: {
    transactionId: 'my-transaction-id',
    type_: 'DEPOSIT',
    timestamp: 1692624734000,
  },
})

console.log(`Received response from Flagright: ${JSON.stringify(response)}`);
1.5.8

4 days ago

1.5.7

6 days ago

1.5.5

13 days ago

1.5.6

12 days ago

1.5.4

19 days ago

1.5.3

19 days ago

1.5.2

23 days ago

1.5.1

26 days ago

1.5.0

1 month ago

1.4.14

2 months ago

1.4.13

2 months ago

1.4.12

2 months ago

1.4.11

2 months ago

1.4.9

2 months ago

1.4.10

2 months ago

1.4.8

2 months ago

1.4.6

3 months ago

1.4.5

3 months ago

1.4.7

3 months ago

1.3.6

3 months ago

1.3.5

3 months ago

1.3.4

3 months ago

1.3.3

4 months ago

1.3.2

4 months ago

1.3.1

4 months ago

1.3.0

4 months ago

1.2.1

5 months ago

1.2.0

5 months ago

1.1.1

5 months ago

1.1.0

6 months ago

1.0.7

7 months ago

1.0.2

9 months ago

0.1.0

9 months ago

1.0.0

9 months ago

0.1.2

9 months ago

0.1.1

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

0.0.2

1 year ago

0.0.1

1 year ago