I would like to implement a webhook feature like ASP.NET Zero. Is there any good documentation to implement it?
https://docs.aspnetzero.com/en/aspnet-core-mvc/latest/Features-Webhooks
4 Answer(s)
-
0
Hi,
The feature is still on the roadmap: https://github.com/abpframework/abp/issues/4223
You can check this: https://github.com/talkingdotnet/ASPNETCore_WebhooksSample/
But the ASPNETCore team hasn't updated it for a long time, so I'm not sure if it's available
-
0
Thank you very much.
・Do you have a clear timeline for the development?
・Am I correct in my understanding that I can implement this by using the following library? https://github.com/aspnet/AspLabs/tree/main/src/WebHooks
-
0
Hi,
Do you have a clear timeline for the development?
Sorry, but there is no timeline for now, you can ask it here: https://support.abp.io/QA/Questions/3052/Your-feature-request
Am I correct in my understanding that I can implement this by using the following library? https://github.com/aspnet/AspLabs/tree/main/src/WebHooks
yes, you can try. but the ASPNETCore team hasn't updated it for a long time, so I'm not sure if it's available
-
0
thx