We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad39fa2 commit cb2e44cCopy full SHA for cb2e44c
1 file changed
packages/rest-api-sdk/README.md
@@ -1,11 +1,12 @@
1
# @reflag/rest-api-sdk (beta)
2
3
Typed SDK for Reflag's REST API.
4
+The REST API SDK is a management API which lets you list flags and toggle flags for users and companies amongst other things.
5
6
## Installation
7
8
```bash
-npm install @reflag/rest-api-sdk
9
+npm i @reflag/rest-api-sdk
10
# or
11
yarn add @reflag/rest-api-sdk
12
```
0 commit comments