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

Providing Sample Projects #28

Merged
merged 3 commits into from
Apr 27, 2023
Merged

Providing Sample Projects #28

merged 3 commits into from
Apr 27, 2023

Conversation

tsutomi
Copy link
Member

@tsutomi tsutomi commented Apr 27, 2023

This PR comes with three new sample projects, and some fixes to the design of the libraries, discovered during the runtime of the projects:

  • ASP.NET Core Notification Application - Manages subscriptions to webhooks, receives event notifications, constructs webhooks and delivers them to the subscribers
  • ASP.NET Core Receiver Application - Receives webhooks through a route in a pipeline and through a MVC API controller
  • ASP.NET Core Receiver (Mininal API) - A minimal API application that receives webhooks to a path
  • Lifetime of the Webhook Subscription management adjusted to 'Scoped', to align the scope of the multi-tenant resolution

@tsutomi tsutomi self-assigned this Apr 27, 2023
@tsutomi tsutomi linked an issue Apr 27, 2023 that may be closed by this pull request
@tsutomi tsutomi merged commit 3d4b20c into main Apr 27, 2023
1 check passed
@tsutomi tsutomi deleted the 17-sample-projects branch April 27, 2023 04:51
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.

Sample Projects
1 participant