Package io.getunleash.repository
Interface ToggleBootstrapProvider
- All Known Implementing Classes:
ToggleBootstrapFileProvider
public interface ToggleBootstrapProvider
-
Method Summary
Modifier and TypeMethodDescriptionread()Should return JSON string parsable to /api/client/features format Look in src/test/resources/features-v1.json or src/test/resources/unleash-repo-v1.json for example Example inToggleBootstrapFileProvider
-
Method Details
-
read
Should return JSON string parsable to /api/client/features format Look in src/test/resources/features-v1.json or src/test/resources/unleash-repo-v1.json for example Example inToggleBootstrapFileProvider- Returns:
- JSON string representing a response from /api/client/features
-