Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: additional GetBanditAction method #52

Merged
merged 1 commit into from
Oct 31, 2024
Merged

feat: additional GetBanditAction method #52

merged 1 commit into from
Oct 31, 2024

Conversation

typotter
Copy link
Collaborator

Adds another simple object overload of the GetBanditAction method

Allows for passing a string subject key and dictionary attributes along with list of action names

    public BanditResult GetBanditAction(string flagKey,
                                        string subjectKey,
                                        IDictionary<String, object?> subjectAttributes,
                                        string[] actions,
                                        string defaultValue

@typotter typotter merged commit 65c2ff2 into main Oct 31, 2024
1 check passed
@typotter typotter deleted the tp/gba/simple branch October 31, 2024 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants