Skip to content

Commit

Permalink
docs: specify frontend API for bootstrapping (#91)
Browse files Browse the repository at this point in the history
* docs: specify frontend API for bootstrapping

---------

Co-authored-by: Melinda Fekete <[email protected]>
  • Loading branch information
gastonfournier and melindafekete authored Sep 26, 2024
1 parent e892c57 commit 773de31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ val toggles = listOf(
instance.start(bootstrap = toggles)
```

Alternatively, you can perform a query against the proxy using your HTTP client of choice and save the output as a json file. Then you can tell Unleash to use this file to setup toggle states.
Alternatively, you can perform a query against the [frontend API](https://docs.getunleash.io/reference/front-end-api) using your HTTP client of choice and save the output as a json file. Then you can tell Unleash to use this file to set up toggle states.

```kotlin
val toggles = File("/tmp/proxyresponse.json")
Expand Down

0 comments on commit 773de31

Please sign in to comment.