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
It seems to me that there is currently no way to know what argument values are valid or not for a given action.
action
What about enabling the registration of "suggests" and "validators" in setup.py under invenio_access.actions alongside their permission?
invenio_access.actions
This could be used in the CLI and the REST API.
@inveniosoftware/maintainers
Relates to #72
The text was updated successfully, but these errors were encountered:
We can add method/property to ParameterizedActionNeed class (e.g. iter_actions, validate_action).
ParameterizedActionNeed
iter_actions
validate_action
Sorry, something went wrong.
@nharraud Is this a must have for v3?
@lnielsen no we can work without it. We can think of a good design after the release.
No branches or pull requests
It seems to me that there is currently no way to know what argument values are valid or not for a given
action
.What about enabling the registration of "suggests" and "validators" in setup.py under
invenio_access.actions
alongside their permission?This could be used in the CLI and the REST API.
@inveniosoftware/maintainers
Relates to #72
The text was updated successfully, but these errors were encountered: