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: flexible endpoint context #109

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

SychO9
Copy link
Contributor

@SychO9 SychO9 commented May 10, 2024

Isolating the checking of the current CRUD context into the context object can be helpful in our case since we implement our own separate Create endpoint class that does not extend the default one.

Understandable if not fit here.

@tobyzerner
Copy link
Owner

How does the method in Context get overridden though?

@SychO9
Copy link
Contributor Author

SychO9 commented Nov 2, 2024

We use a custom Context class that extends the base one, where we add additional helpful methods such as getActor

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

Successfully merging this pull request may close these issues.

2 participants