The Wayback Machine - https://web.archive.org/web/20220717221325/https://github.com/topics/webhook-receiver
Skip to content
#

webhook-receiver

Here are 11 public repositories matching this topic...

Samox
Samox commented May 25, 2022

Tech strategy

  • Add a failing test
  • Add a mutation in the webhook.resolver.ts deleteWebhooks that accepts an array of webhookIds
public deleteWebhooks(webhookIds: Webhook["id"][]): Promise<Record<Webhook["id"], boolean>>
  • Add a delete method in the webhook.service.ts that takes an array of webhookIds and a hostname to make sure the deletion concerns only the relevan
enhancement good first issue

Improve this page

Add a description, image, and links to the webhook-receiver topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the webhook-receiver topic, visit your repo's landing page and select "manage topics."

Learn more