Skip to content
Snippets Groups Projects

Add swh.webhooks.Webhooks class and event types management methods

Merged Antoine Lambert requested to merge anlambert/swh-webhooks:webhooks-event-types into master

Add the swh.webhooks.Webhooks class wrapping requests to the Svix REST API. Svix is an opensource framework designed to ease webhooks management.

Define methods used to manage webhook event types, the following operations are supported:

  • creating or updating an event type

  • retrieving a specific event type

  • listing all registered event types

  • deleting an event type

A webhook event type is defined by a name, a description and a JSON schema detailing the content of the payload sent when an event is triggered.

Related to #2 (closed)

Edited by Antoine Lambert

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading