# File lib/gitlab/client/projects.rb, line 197
    def project_hook(project, id)
      get("/projects/#{project}/hooks/#{id}")
    end