File tree Expand file tree Collapse file tree 5 files changed +10
-6
lines changed Expand file tree Collapse file tree 5 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,10 @@ technologies:
3737
3838- [ Receive a webhook with Go and Gin] ( go/inbound )
3939
40+ ## C#
41+
42+ - [ Receive a webhook with C# and ASP.NET Core] ( dotnet/inbound )
43+
4044## CLI
4145
4246- [ Run the Hookdeck CLI within a Docker container for CI/CD] ( cli/docker )
Original file line number Diff line number Diff line change 33An example application demonstrating receiving a webhook with C# and
44[ ASP.NET Core] ( https://learn.microsoft.com/en-us/aspnet/core/?view=aspnetcore-6.0 ) .
55
6- - Follow the [ Hookdeck Inbound Webhook Quickstart] ( https://hookdeck.com/docs/receive-webhooks )
7- - Check out the [ Hookdeck docs] ( https://hookdeck.com/docs?ref=github-quickstarts )
6+ - Follow the [ Hookdeck Inbound Webhook Quickstart] ( https://hookdeck.com/docs/receive-webhooks?lang=c&ref=github-quickstarts )
7+ - Check out the [ Hookdeck docs] ( https://hookdeck.com/docs?lang=c& ref=github-quickstarts )
88
99## Before you begin
1010
1111You'll need:
1212
13- - The [ Hookdeck CLI] ( https://hookdeck.com/docs/cli?ref=github-quickstarts-dotnet )
13+ - The [ Hookdeck CLI] ( https://hookdeck.com/docs/cli?lang=c& ref=github-quickstarts )
1414- The [ .NET CLI] ( https://learn.microsoft.com/en-us/dotnet/core/tools/ )
1515
1616## Get the code
Original file line number Diff line number Diff line change 33An example application demonstrating receiving a webhook with Go and the [ Gin Go web framework] ( https://github.com/gin-gonic/gin ) .
44
55- Follow the [ Hookdeck Inbound Webhook Quickstart] ( https://hookdeck.com/docs/receive-webhooks?lang=go&ref=github-quickstarts )
6- - Check out the [ Hookdeck docs] ( https://hookdeck.com/docs?ref=github-quickstarts )
6+ - Check out the [ Hookdeck docs] ( https://hookdeck.com/docs?lang=go& ref=github-quickstarts )
77
88## Before you begin
99
Original file line number Diff line number Diff line change 33An example application demonstrating receiving a webhook with Python and [ Flask(https://flask.palletsprojects.com/en/3.0.x/) ] .
44
55- Follow the [ Hookdeck Inbound Webhook Quickstart] ( https://hookdeck.com/docs/receive-webhooks?lang=python&ref=github-quickstarts )
6- - Check out the [ Hookdeck docs] ( https://hookdeck.com/docs?lang=js &ref=github-quickstarts )
6+ - Check out the [ Hookdeck docs] ( https://hookdeck.com/docs?lang=python &ref=github-quickstarts )
77
88## Before you begin
99
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ An example application demonstrating receiving a webhook with TypeScript and
44[ Express.js] ( https://expressjs.com/ ) .
55
66- Follow the [ Hookdeck Inbound Webhook Quickstart] ( https://hookdeck.com/docs/receive-webhooks?lang=js&ref=github-quickstarts )
7- - Check out the [ Hookdeck docs] ( https://hookdeck.com/docs?ref=github-quickstarts )
7+ - Check out the [ Hookdeck docs] ( https://hookdeck.com/docs?lang=js& ref=github-quickstarts )
88
99## Get the code
1010
You can’t perform that action at this time.
0 commit comments