Featureflow v0.1.0 API Reference

Modules

Featureflow main entry point Example: apiKey |> Featureflow.init(config) |> Featureflow.Client.evaluate(feature_key, user) |> isOn() |> maybe_evaluate_feature_key()

This module includes all functions and logic for FeatureflowClient.evaluate from spec. It includes functionality from the list below.

Supervisor for Featureflow.Client instances

Http requests wrapper for easy maintinence and testing. Uses hackney under the hood for live and GenServer storing requests in state for testing.

Supervisor for Featureflow.Client instances