gitlab
gitlab copied to clipboard
Migrate away from python-gitlab
python-gitlab is not asyncio. Probably easiest to just write the necessary API calls manually into a library file like gitlab_hook.py is for webhooks.
woulden't it be better to convert python-gitlab to async? as it is not so big as far a i can see
That would work too, although might be nicer if we can reuse the typed classes in gitlab_hook.py