Closed
Description
Hi,
I am using python-gitlab (1.2.0) and python3.5 but I am not able to list project hooks with this call:
project.hooks.list()
, where project
is object of my gitlab project.
The same code works in python2.7.
Do you think there is an issue on my side (configuration etc.) or is it a bug?
Thanks in advance.
BR,
Jiri