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
{{ message }}
This repository was archived by the owner on Nov 4, 2020. It is now read-only.
AttributeError: 'Gitlab' object has no attribute 'blockuser'
Also, some all the methods that you say that are deprecated, they aren't. For instance you say that the delete method, now, is delete_user, but to me it still appears deleteuser.
Hi,
Versions:
Python: 2.7
pyapi-gitlab: 7.8.5
Gitlab API version: 3
Gitlab: 7
I'm using you package and I'm not able to block an user. For instance, when using the method blockuser is not I have an error .
git = gitlab.Gitlab(myural, verify_ssl=False)
git.login(myusername, mypass)
git.blockuser(id=123)
AttributeError: 'Gitlab' object has no attribute 'blockuser'
Also, some all the methods that you say that are deprecated, they aren't. For instance you say that the delete method, now, is delete_user, but to me it still appears deleteuser.
Can anyone help me?