mirror of
https://github.com/Unleash/unleash.git
synced 2025-06-09 01:17:06 +02:00
chore: (docs) keep list styling (internally) consistent
This commit is contained in:
parent
815fc353ec
commit
b595277204
@ -52,23 +52,23 @@ In the example above we import the `UnleashProxyClientSwift` and instantiate the
|
|||||||
|
|
||||||
- `unleashUrl` (`String`)
|
- `unleashUrl` (`String`)
|
||||||
|
|
||||||
the full URL to your proxy instance
|
The full URL to your proxy instance.
|
||||||
|
|
||||||
- `clientKey` (`String`)
|
- `clientKey` (`String`)
|
||||||
|
|
||||||
one of the configured [proxy keys / proxy secrets](unleash-proxy#configuration-variables)
|
One of the configured [proxy keys / proxy secrets](unleash-proxy#configuration-variables).
|
||||||
|
|
||||||
- `refreshInterval` (`Int`)
|
- `refreshInterval` (`Int`)
|
||||||
|
|
||||||
the polling interval in seconds.
|
The polling interval in seconds.
|
||||||
|
|
||||||
- `appName` (`String`)
|
- `appName` (`String`)
|
||||||
|
|
||||||
the application name; only used to identify your application.
|
The application name; only used to identify your application.
|
||||||
|
|
||||||
- `environment` (`String`)
|
- `environment` (`String`)
|
||||||
|
|
||||||
the application environment. This corresponds to the environment field in [the Unleash Context](../user_guide/unleash-context.md). Note that this is separate from the newer [Environments feature](../user_guide/environments.md).
|
The application environment. This corresponds to the environment field in [the Unleash Context](../user_guide/unleash-context.md). Note that this is separate from the newer [Environments feature](../user_guide/environments.md).
|
||||||
|
|
||||||
Running `unleash.start()` will make the first request against the proxy and retrieve the feature toggle configuration, and set up the polling interval in the background.
|
Running `unleash.start()` will make the first request against the proxy and retrieve the feature toggle configuration, and set up the polling interval in the background.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user