Prerequisites
- An ASP.NET Core web application with webhook endpoints ready.
- A free or paid ngrok account.
Steps
- Download and Install ngrok
- Go to the ngrok website (https://ngrok.com/) and download the version that matches your operating system.
Prerequisites
Steps
Prerequisites:
Steps:
using ErrorOr; | |
using Microsoft.AspNetCore.Mvc; | |
using Microsoft.AspNetCore.Mvc.Infrastructure; | |
using Microsoft.AspNetCore.Mvc.ModelBinding; | |
using Microsoft.Extensions.Options; | |
using System.Diagnostics; | |
using Trumpet.Api.Common.Http; | |
namespace Trumpet.Api.Common.Errors; |