You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expose get_feature_flag_result method in public API
This exposes the existing get_feature_flag_result method that returns a
FeatureFlagResult object containing enabled, variant, and payload properties.
The payload is automatically deserialized from JSON.
Fixes#226
0 commit comments