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
| remoteUrl | it all depends | n/a | The common URL to get toggles and send events. E.g.: `https://featureprobe.com/api` It is required when togglesUrl and eventsUrl are not set |
73
-
| togglesUrl | no | n/a | The specific URL to get toggles, once set, remoteUrl become invalid |
74
-
| eventsUrl | no | n/a | The specific URL to send events, once set, remoteUrl become invalid |
75
-
| clientSdkKey | yes | n/a | The Client SDK Key URL to be used |
76
-
| user | yes | n/a | Pass a valid user context for SDK initialization |
77
-
| refreshInterval | no | 1000 | The SDK check for updated in millisecond |
91
+
| togglesUrl | no | n/a | The specific URL to get toggles, once set, remoteUrl become invalid |
92
+
| eventsUrl | no | n/a | The specific URL to send events, once set, remoteUrl become invalid |
93
+
| clientSdkKey | yes | n/a | The Client SDK Key URL to be used |
94
+
| user | yes | n/a | Pass a valid user context for SDK initialization |
95
+
| refreshInterval | no | 1000 | The SDK check for updated in millisecond |
78
96
79
97
## Testing
80
98
@@ -86,15 +104,14 @@ be sure to pull submodules first to get the latest integration tests before runn
86
104
```
87
105
88
106
## Contributing
89
-
We are working on continue evolving FeatureProbe core, making it flexible and easier to use.
90
-
Development of FeatureProbe happens in the open on GitHub, and we are grateful to the
107
+
108
+
We are working on continue evolving FeatureProbe core, making it flexible and easier to use.
109
+
Development of FeatureProbe happens in the open on GitHub, and we are grateful to the
91
110
community for contributing bugfixes and improvements.
0 commit comments