Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bradygaster/aspnet.webhooks.connectedservice
https://github.com/bradygaster/aspnet.webhooks.connectedservice
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bradygaster/aspnet.webhooks.connectedservice
- Owner: bradygaster
- Created: 2018-08-09T19:13:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2016-03-11T17:42:06.000Z (almost 9 years ago)
- Last Synced: 2024-10-29T10:13:44.328Z (2 months ago)
- Language: C#
- Size: 205 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ASP.NET WebHooks
[![Build status](https://ci.appveyor.com/api/projects/status/ysdofiv9j9ea48ud?svg=true)](https://ci.appveyor.com/project/bradygaster/aspnet-webhooks-connectedservice)
This repository contains the source code for the ASP.NET WebHooks Visual Studio tools. Written as a Connected Service wizard, the WebHooks tools allow you to select which WebHooks you plan on honoring, and scaffolds code into your project for getting started quickly. A screenshot of the Wizard is below, showing the list of supported WebHooks.
![Screen Shot](media/screen-shot.png)
Here's a 7-minute video demonstration of the extension in use. In the demo, I create a simple ASP.NET Web Application that answers incoming GitHub and Dropbox WebHook requests.
[![WebHooks Demo Video](media/video-screenshot.png)](https://www.youtube.com/watch?v=gbr-wZVl6d4)
### What does it do?
For each WebHook selected, code is generated into to your ASP.NET project to enable the reception of incoming WebHooks. All of the required NuGet dependencies are installed by the tools. Once you run the WebHook Wizard, you'll have boilerplate code so that you can begin processing incoming WebHooks from providers like GitHub, Dropbox, and WordPress using your own custom C# code.### Relevant Links
The resources below will provide you more info on ASP.NET WebHooks:- [Introducing the ASP.NET WebHooks Preview](blogs.msdn.com/b/webdev/archive/2015/09/04/introducing-microsoft-asp-net-webhooks-preview.aspx)
- [Video Demo](https://www.youtube.com/watch?v=gbr-wZVl6d4)
-
Test