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

Consider an async toProtocol function #2641

Open
e-moran opened this issue Dec 19, 2024 · 0 comments
Open

Consider an async toProtocol function #2641

e-moran opened this issue Dec 19, 2024 · 0 comments

Comments

@e-moran
Copy link
Contributor

e-moran commented Dec 19, 2024

Discussed previously in #1391.

We want to perform local validation that a request is processable by the decide api. Currently we are limited in what we can do here because the validate function is sync. By having an async toProtocol function we can perform async validation there before making the request.

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

No branches or pull requests

1 participant