Add support for GitLab API authentication with job tokens
Resolving #114 (closed)
- Introduced a
new_with_job_tokenconstructor to create a GitLab client using a job token for authentication. - Added a
job_tokenmethod to switch existing authentication to use a job token.