Hello,
I’m currently doing one project and I’m using Gitlab API. I have couple of repository ID’s saved. I wonder is there any way I can just provide multiple repo ID’s and get response which contains data of every repository who’s ID was listed in request. Response would be similar to the search request but instead of searching by keyword I would search by ID.
E.g https://gitlab.com/api/v4/projects/{:id_repo1}&{:id_repo2}&{:id_repo3}&{etc}/issues
Thank you for your time