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: Implement hooks for additional API fields #91

Conversation

sveneberth
Copy link
Member

These methods can be overridden in a subclass to implement additional API fields or make further modifications to the order or skeleton. By default, they raise an exception if unexpected arguments (kwargs) are provided and return the unchanged `skel`` object.

These methods can be overridden in a subclass to implement additional API fields or
make further modifications to the order or skeleton.
By default, they raise an exception if unexpected arguments (``kwargs``)
are provided and return the unchanged `skel`` object.
@sveneberth sveneberth added Priority: High After critical issues are fixed, these should be dealt with before any further issues. enhancement New feature or request component: module component: API labels Feb 13, 2025
@sveneberth sveneberth merged commit 396e6f6 into viur-framework:main Feb 14, 2025
1 check passed
@sveneberth sveneberth deleted the feature/hooks_for_additional_api_fields branch February 14, 2025 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: API component: module enhancement New feature or request Priority: High After critical issues are fixed, these should be dealt with before any further issues.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants