Toggle table of contents sidebar
System hooks¶ Reference¶v4 API:
GitLab API: https://docs.gitlab.com/api/system_hooks
List the system hooks:
hooks = gl.hooks.list(get_all=True)
Create a system hook:
gl.hooks.get(hook_id)
Test a system hook. The returned object is not usable (it misses the hook ID):
hook = gl.hooks.create({'url': 'http://your.target.url'})
Delete a system hook:
gl.hooks.delete(hook_id) # or hook.delete()
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4