如何获取gitlab api列出我的项目的发行版?

时间:2020-08-10 09:06:39

标签: curl gitlab gitlab-api

卷曲命令...

> curl --header "PRIVATE-TOKEN: my-private-token"
> "https://gitlab.com/gitlab-user-name/api/v4/projects/my-project-id/releases"

响应...

您正在redirected

我确定这是错误的网址,但不确定如何更正...

gitlab文档示例如下。

> curl --header "PRIVATE-TOKEN: gDybLx3yrUK_HLp3qPjS"
> "https://gitlab.example.com/api/v4/projects/24/releases"

gitlab文档...

https://docs.gitlab.com/ce/api/releases/index.html#list-releases

1 个答案:

答案 0 :(得分:0)

“您被重定向”消息意味着这是一个身份验证/授权问题,而不是 uri 或项目的问题。

仔细检查您的访问令牌是否具有正确的范围,没有被撤销或过期,并且拥有该令牌的用户可以访问该项目。