Method: Gitlab::Client::SystemHooks#hooks
- Defined in:
- lib/gitlab/client/system_hooks.rb
permalink #hooks(options = {}) ⇒ Array<Gitlab::ObjectifiedHash> Also known as: system_hooks
Gets a list of system hooks.
17 18 19 |
# File 'lib/gitlab/client/system_hooks.rb', line 17 def hooks( = {}) get('/hooks', query: ) end |