gpt4 book ai didi

curl - 如何让 Gitlab repo 中的所有用户?

转载 作者:行者123 更新时间:2023-12-05 04:07:42 26 4
gpt4 key购买 nike

我们拥有自己的 Gitlab-CE 存储库。我怎样才能得到所有用户的列表?我愿意..

$ curl -H "Project-Token: dkjdlkfjlfj" https://gitlab.domain.com/api/v3/users

但是因为分页,我只能得到其中的20个,这是默认的。我怎样才能得到所有的用户?

最佳答案

对于 GitLab API,您不能完全禁用分页

但是,您可以 increase the max number of returned results from 20 to 100通过 per_page URL 参数:

$ curl -H "Project-Token: dkjdlkfjlfj" https://gitlab.domain.com/api/v3/users?per_page=100

之后,就是触发多个请求以获取所有用户的问题。

关于curl - 如何让 Gitlab repo 中的所有用户?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48431706/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com