You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-32Lines changed: 9 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,40 +32,17 @@ Harness Feature Flags (FF) is a feature management solution that enables users t
32
32
The Feature Flag SDK provides a client that connects to the feature flag service, and fetches the value
33
33
of featue flags. The following section provides an example of how to install the SDK and initalize it from
34
34
an application.
35
-
This quickstart assumes you have followed the instructions to [setup a Feature Flag project and have created a flag called `simpleboolflag` and created a server API Key](https://ngdocs.harness.io/article/1j7pdkqh7j-create-a-feature-flag#step_1_create_a_project).
35
+
This quickstart assumes you have followed the instructions to [setup a Feature Flag project and have created a flag called `harnessappdemodarkmode` and created a server API Key](https://ngdocs.harness.io/article/1j7pdkqh7j-create-a-feature-flag#step_1_create_a_project).
36
36
37
37
### Install the SDK
38
38
Install the python SDK using pip
39
39
```python
40
40
python -m pip install harness-featureflags
41
41
```
42
42
43
-
### Initialize the SDK
44
-
To intialize the SDK you need to provide an API Key.
The client will evaluate a flag and return the value. A target must be provided for the evaluation.
51
-
If no special [target rules](https://ngdocs.harness.io/article/xf3hmxbaji-targeting-users-with-flags) have been added in the feature flag service for the target, then the flag defaults will be returned.
52
-
To create a target do the following - provide an identifier and (optionally) a friendly name. When the client authenticates with the feature flag service it will automatically register the target if it doesn't exist:
0 commit comments