# File lib/gitlab/client/projects.rb, line 184 def project_hooks(project, options={}) get("/projects/#{project}/hooks", query: options) end