Featureflow v0.1.0 Featureflow View Source
Featureflow main entry point Example: apiKey |> Featureflow.init(config) |> Featureflow.Client.evaluate(feature_key, user) |> isOn() |> maybe_evaluate_feature_key()
Link to this section Summary
Functions
Featureflow.init from the spec
Link to this section Functions
Link to this function
init(api_key, config \\ %{})
View Sourceinit(String.t(), %{}) :: Featureflow.Client.t()
Featureflow.init from the spec