Closed rlafuente closed 7 years ago
Oof, I just noticed this was discussed in issue 280, completely missed the SSL part. Probably best to disregard this.
thank you a lot for having done a PR ♥, but I'll have to reject this PR cf #280 and my comment! ☹
The python-gitlab docs indicate that:
gitlab.Gitlab.set_token
is deprecated)gitlab.Gitlab.token_auth
is deprecated, should now begitlab.Gitlab.auth
This pull request deals with both of these issues.
(BTW, the
set_url
call on line 33 seems to be redundant since the URL is specified when creating thegitlab.Gitlab
instance, but I didn't have the time to test.)