gitlab API获取总记录条数

curl --head --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/projects/9/issues/8/notes?per_page=3&page=2"

gitlab文档地址:
https://docs.gitlab.com/ee/api/

猜你喜欢

转载自blog.csdn.net/a772304419/article/details/125526045