We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I was trying to use the library to migrate some information from an older server to a new server, so I did
old = GitLab(old_url, old_token) new = GitLab(new_url, new_token) for u in old.users(): print u.name
This showed me users from the new server instead of the old server.