Summary
Add a sample demonstrating how to integrate the flagly with Unleash, the feature management service.
Motivation
Unleash is a widely used feature flag service, and providing an integration example will help users quickly adopt flagly in real-world environments. Without clear guidance, users may struggle to connect flagly with their application logic.
Definition of done
Proposed approach
- Add a sample implementation using the Unleash client SDK.
- Provide a configuration example (e.g., environment variables or YAML).
- Demonstrate basic usage such as:
- Initializing the Unleash client
- Fetching feature flags
- Evaluating a flag
- Include a minimal runnable example or snippet.
- Ensure compatibility with the existing project structure.
Additional context
N/A
Related issues
N/A
Summary
Add a sample demonstrating how to integrate the flagly with Unleash, the feature management service.
Motivation
Unleash is a widely used feature flag service, and providing an integration example will help users quickly adopt flagly in real-world environments. Without clear guidance, users may struggle to connect flagly with their application logic.
Definition of done
exampledirectory.Proposed approach
Additional context
N/A
Related issues
N/A