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
The 0.14.0 aspnet core extensions deprecated the traditional webhooks.
However, this boiler plate does not have an implementation that uses the new webhook infrastructure.
This boiler plate should be updated.
See here for breaking change: (https://github.com/kontent-ai/aspnetcore-extensions/releases/tag/0.14.0)
Update this template to use the new webhook functionality.
The text was updated successfully, but these errors were encountered:
related to: #111, subject to update or deprecation followed by new sample app implementation
Sorry, something went wrong.
What is the status on this? How should this code here change to use the new webhook model?
https://github.com/kontent-ai/boilerplate-net/blob/master/src/content/Kontent.Ai.Boilerplate/Areas/WebHooks/Controllers/WebhooksController.cs
+1 need updated webhooks implementation example in .net
No branches or pull requests
Motivation
The 0.14.0 aspnet core extensions deprecated the traditional webhooks.
However, this boiler plate does not have an implementation that uses the new webhook infrastructure.
This boiler plate should be updated.
See here for breaking change:
(https://github.com/kontent-ai/aspnetcore-extensions/releases/tag/0.14.0)
Proposed solution
Update this template to use the new webhook functionality.
The text was updated successfully, but these errors were encountered: