Interface ToggleBootstrapProvider

All Known Implementing Classes:
ToggleBootstrapFileProvider

public interface ToggleBootstrapProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    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 in ToggleBootstrapFileProvider
  • Method Details

    • read

      Optional<String> 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 in ToggleBootstrapFileProvider
      Returns:
      JSON string representing a response from /api/client/features