Find the URL to clone a group Wiki using the API

Hi all,

I have a requirement to pull the Wiki repository for every group/project that actually contains a wiki page. To do this, I’m using python-gitlab and I have an almost working solution, but I am having an issue with group Wikis.

I can identify groups that have Wiki pages (using wikis.list()), but there doesn’t seem to be any API resource that exposes the URL to clone. Looking at DevTools, in the UI this is done through https://mygitlab.com/groups/some-group/-/wikis/git_access, but as mentioned, I can find no reference to git_access in the API docs.

I think I can simply remove groups/ from the full_path property and make it work, but it seems like excluding the URL to clone somewhere in the API would be an odd thing to do.

Am I missing anything?

Thanks,
David