mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
11 lines
320 B
Markdown
11 lines
320 B
Markdown
# Client Specification 1.0
|
|
|
|
This document describes the client contract.
|
|
|
|
**TODO:**
|
|
- fetch and cache toggles (etag headers etc)
|
|
- provide strategies implementations
|
|
- evaluate if a feature toggle is enabled or not with the given activation strategies and configurations.
|
|
- backup features
|
|
- registration
|
|
- send metrics |