Module gitlab::api::projects::hooks [−][src]
Expand description
Project hook API endpoints.
These endpoints are used for querying webhooks for a project.
Structs
Create a new webhook for a project.
Builder for CreateHook
.
Edit an existing webhook for a project.
Builder for EditHook
.
Query for a webhook within a project.
Builder for Hook
.
Query for webhooks within a project.
Builder for Hooks
.