We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Gauvain,
Thank you for this great module. I like it because it follows the philosophy / coding style of Python (compared to pyapi-python) .
I have a little quesiton:
I tried to modify a group member:
for member in group.Member(all=True): if member.id == 12: member.access_level = 50 member.save()
But it raised an exception that says "the function is not implemented".
Is there a way to modify a group member with the current version of python-gitlab?
Cheers, Asher
PS: I remember you. You contributed few years ago with a Debian package for one of my free softwares 'Jargon Informatique' ;-) . Le monde est petit !
The text was updated successfully, but these errors were encountered:
99c4710
It should work now, let me know if this is still a problem.
Sorry, something went wrong.
No branches or pull requests
Hi Gauvain,
Thank you for this great module. I like it because it follows the philosophy / coding style of Python (compared to pyapi-python) .
I have a little quesiton:
I tried to modify a group member:
But it raised an exception that says "the function is not implemented".
Is there a way to modify a group member with the current version of python-gitlab?
Cheers,
Asher
PS: I remember you. You contributed few years ago with a Debian package for one of my free softwares 'Jargon Informatique' ;-) . Le monde est petit !
The text was updated successfully, but these errors were encountered: