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
Resolves a linting issue in the docs due to an invalid anchor.
Left a TODO in the readme for adding a code example.
Signed-off-by: Michael Beemer <[email protected]>
Note that this library is intended to be used in a mobile context, and has not been evaluated for use in other type of applications (e.g. server applications).
40
+
Note that this library is intended to be used in a mobile context, and has not been evaluated for use in other types of applications (e.g. server applications).
42
41
43
42
### Install
44
43
@@ -221,7 +220,7 @@ class NewProvider(override val hooks: List<Hook<*>>, override val metadata: Meta
@@ -233,6 +232,15 @@ class NewProvider(override val hooks: List<Hook<*>>, override val metadata: Meta
233
232
234
233
> Built a new provider? [Let us know](https://github.com/open-feature/openfeature.dev/issues/new?assignees=&labels=provider&projects=&template=document-provider.yaml&title=%5BProvider%5D%3A+) so we can add it to the docs!
235
234
235
+
### Develop a hook
236
+
237
+
To develop a hook, you need to create a new project and include the OpenFeature SDK as a dependency.
238
+
Implement your own hook by conforming to the `Hook` interface exported by the OpenFeature SDK.
239
+
240
+
<!-- TODO: code example of hook implementation -->
241
+
242
+
> Built a new hook? [Let us know](https://github.com/open-feature/openfeature.dev/issues/new?assignees=&labels=hook&projects=&template=document-hook.yaml&title=%5BHook%5D%3A+) so we can add it to the docs!
243
+
236
244
<!-- x-hide-in-docs-start -->
237
245
## ⭐️ Support the project
238
246
@@ -247,7 +255,7 @@ class NewProvider(override val hooks: List<Hook<*>>, override val metadata: Meta
247
255
248
256
Interested in contributing? Great, we'd love your help! To get started, take a look at the [CONTRIBUTING](CONTRIBUTING.md) guide.
249
257
250
-
### Thanks to everyone that has already contributed
258
+
### Thanks to everyone who has already contributed
0 commit comments