Skip to content
This repository was archived by the owner on Nov 4, 2020. It is now read-only.
This repository was archived by the owner on Nov 4, 2020. It is now read-only.

I'm not able to block a user #269

@patricialima

Description

@patricialima

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions