We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad8b12 commit a8d9fa5Copy full SHA for a8d9fa5
README.md
@@ -41,6 +41,15 @@ JAVA Server Side SDK is based on Java SE 8 and is available on Maven Central. Yo
41
implementation 'co.featbit:featbit-java-sdk:1.1.1'
42
```
43
44
+### Prerequisite
45
+
46
+Before using the SDK, you need to obtain the environment secret and SDK URLs.
47
48
+Follow the documentation below to retrieve these values
49
50
+- [How to get the environment secret](https://docs.featbit.co/docs/sdk/faq#how-to-get-the-environment-secret)
51
+- [How to get the SDK URLs](https://docs.featbit.co/docs/sdk/faq#how-to-get-the-sdk-urls)
52
53
### Quick Start
54
55
> Note that the _**envSecret**_, _**streamUrl**_ and _**eventUrl**_ are required to initialize the SDK.
0 commit comments