# Functions
Create creates a new webhook on the target Git Repository It returns the ID of created webhook.
Delete deletes webhooks on the target Git Repository that match the listener address It returns the IDs of deleted webhooks.
List returns an array of webhook IDs for the target Git repository/listeners.
# Structs
QualifiedServiceName represents three part name of a service (Environment, Application, and Service).