-
Notifications
You must be signed in to change notification settings - Fork 16
feat(api): add support for datetime conditions match #64
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
Comments
hello. Can you assign this to me ? Still understanding the code but I am interested in contributing here |
Sure. Go for it. |
Hello. I'm looking forward to contributing to this project. |
@dev-bre Hi. I have set up the project in my local. I am testing it in the local, below input is my flag. I am trying to evaluate it. I am not able to get how to pass context in the body in evaluate api. please guide me with some example snapshots.
API I am hitting this API |
Hello will you please assign it to me i wanna interested in contributing this |
A datetime condition should include the following checks:
"before" | "after" | "beforeOrAt" | "afterOrAt" | "equals" | "notEquals"
between a the given context (datetime) and the condition value.
The SdkService should be updated with a new condtion matcher to evaluate this condition.
The text was updated successfully, but these errors were encountered: