We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now we support many options and committee's middleware expect these options by hash. https://github.com/interagent/committee#committeemiddlewarerequestvalidation
I want to add Option class with type it provide typing support checking for correct values, and for internal use.
Now we have RequestValidation and ResponseValidation class, these classes based on Base class. https://github.com/interagent/committee/tree/master/lib/committee/middleware
So our new option class should be same structure.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Now we support many options and committee's middleware expect these options by hash.
https://github.com/interagent/committee#committeemiddlewarerequestvalidation
I want to add Option class with type it provide typing support checking for correct values, and for internal use.
Now we have RequestValidation and ResponseValidation class, these classes based on Base class.
https://github.com/interagent/committee/tree/master/lib/committee/middleware
So our new option class should be same structure.
The text was updated successfully, but these errors were encountered: