我无法使用组织项目的组结构从gitlabAPI检索项目详细信息。curl -X GET https://gitlab.com/api/v4/groups/:GROUP_ID/projects/提供了所有项目的列表。尝试使用curl -X GET https://gitlab.com/api/v4/grou
我似乎找不到如何使用GitLab应用程序接口获取合并请求的存储库大小。这是GitLab合并请求应用编程接口页面:https://docs.gitlab.com/ee/api/merge_requests.html 我可以通过Projects API https://docs.gitlab.com/ee/api/proj