The FeatureFlagService should be able to get feature flags from Split
Actual Behavior
Currently, there is no FeatureFlagService implementation for this provider, and users need to create their own implementation.
Steps to Reproduce
N/A
Environment
Browser/Device: N/A
Node version: N/A
Version: N/A
Additional Information
Split is another popular feature flagging service that enables real-time feature flagging in applications. Adding support for Split in the FeatureFlagService would make it easier for potential users to transition to ngx-flagr.
The FeatureFlagService should be configurable in the provider with options, including the API Key, that would be essential to integrating with Split.
The name of the package could ends with /split and be within the same package as the one for LaunchDarkly as described in #5.
Issue Summary
Add support for a
FeatureFlagService
for SplitCategory
Expected Behavior
The FeatureFlagService should be able to get feature flags from Split
Actual Behavior
Currently, there is no
FeatureFlagService
implementation for this provider, and users need to create their own implementation.Steps to Reproduce
N/A
Environment
Additional Information
Split is another popular feature flagging service that enables real-time feature flagging in applications. Adding support for Split in the
FeatureFlagService
would make it easier for potential users to transition tongx-flagr
.The
FeatureFlagService
should be configurable in the provider with options, including the API Key, that would be essential to integrating with Split.The name of the package could ends with
/split
and be within the same package as the one for LaunchDarkly as described in #5.