File tree 5 files changed +10
-6
lines changed
5 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,10 @@ technologies:
37
37
38
38
- [ Receive a webhook with Go and Gin] ( go/inbound )
39
39
40
+ ## C#
41
+
42
+ - [ Receive a webhook with C# and ASP.NET Core] ( dotnet/inbound )
43
+
40
44
## CLI
41
45
42
46
- [ Run the Hookdeck CLI within a Docker container for CI/CD] ( cli/docker )
Original file line number Diff line number Diff line change 3
3
An example application demonstrating receiving a webhook with C# and
4
4
[ ASP.NET Core] ( https://learn.microsoft.com/en-us/aspnet/core/?view=aspnetcore-6.0 ) .
5
5
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 )
8
8
9
9
## Before you begin
10
10
11
11
You'll need:
12
12
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 )
14
14
- The [ .NET CLI] ( https://learn.microsoft.com/en-us/dotnet/core/tools/ )
15
15
16
16
## Get the code
Original file line number Diff line number Diff line change 3
3
An example application demonstrating receiving a webhook with Go and the [ Gin Go web framework] ( https://github.com/gin-gonic/gin ) .
4
4
5
5
- 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 )
7
7
8
8
## Before you begin
9
9
Original file line number Diff line number Diff line change 3
3
An example application demonstrating receiving a webhook with Python and [ Flask(https://flask.palletsprojects.com/en/3.0.x/) ] .
4
4
5
5
- 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 )
7
7
8
8
## Before you begin
9
9
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ An example application demonstrating receiving a webhook with TypeScript and
4
4
[ Express.js] ( https://expressjs.com/ ) .
5
5
6
6
- 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 )
8
8
9
9
## Get the code
10
10
You can’t perform that action at this time.
0 commit comments