gitlab-api 0.6.0

Wrapper for GitLab API v3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//! List project hooks
//!
//! https://docs.gitlab.com/ce/api/projects.html#list-project-hooks
//!
//! # List project hooks
//!
//! Get a list of project hooks.
//!
//! ```text
//! GET /projects/ID/hooks
//! ```
//!
//! Parameters:
//!
//! | Attribute | Type | Required | Description |
//! | --------- | ---- | -------- | ----------- |
//! | `id` | integer/string | yes | The ID of the project or `NAMESPACE/PROJECT_NAME` |