Method: Gitlab::Client::Projects#project_hooks
- Defined in:
- lib/gitlab/client/projects.rb
#project_hooks(project, options = {}) ⇒ Array<Gitlab::ObjectifiedHash>
Gets a list of project hooks.
194 195 196 |
# File 'lib/gitlab/client/projects.rb', line 194 def project_hooks(project, = {}) get("/projects/#{url_encode project}/hooks", query: ) end |