aspnet / WebHooks

[Archived] Libraries to create and consume web hooks on ASP.NET Core. Project moved to https://github.com/aspnet/AspLabs
Apache License 2.0
627 stars 439 forks source link

Add `WebHookEventMapperFilter` #185

Closed dougbu closed 6 years ago

dougbu commented 6 years ago

Follow-on work item for #5.

New ASP.NET Core receivers lack support for requiring event names found in the request body. Those receivers that have "body-sourced" event names should also support model binding those values.

Self-assigning because I'm already working on this. It's a feature gap I've mentioned a few times…

dougbu commented 6 years ago

Underlying pieces in 428d143c30

dougbu commented 6 years ago

b4e374bf43

PradeepLoganathan commented 6 years ago

Is there a tentative timeline when webhooks will be available on .net core please ?