Example #1
0
 /// <inheritdoc/>
 public ClientResponse <WebhookResponse> CreateWebhook(Guid?webhookId, WebhookRequest request)
 {
     return(client.CreateWebhookAsync(webhookId, request).GetAwaiter().GetResult());
 }