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

Allow injection of business logic #52

Open
2 tasks
csharpfritz opened this issue Feb 27, 2022 · 2 comments
Open
2 tasks

Allow injection of business logic #52

csharpfritz opened this issue Feb 27, 2022 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@csharpfritz
Copy link
Owner

Introduce Action parameters on configuration that optionally allow injection of methods to be triggered before the data interaction and after the data interaction

  • OnBefore delegate property added
  • OnAfter delegate property added
@csharpfritz csharpfritz added enhancement New feature or request help wanted Extra attention is needed labels Feb 27, 2022
@csharpfritz csharpfritz mentioned this issue Feb 27, 2022
4 tasks
@csharpfritz
Copy link
Owner Author

I'm considering closing this as it introduces more functionality that pushes towards writing more code than building a minimal API directly

@gingters
Copy link

gingters commented Sep 8, 2022

I'd like to have these.
Idea would be to execute code after the instant API saved the changes, i.e. to send the change out to connected clients via SignalR (realtime-push about added / changed entries).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants