You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?