如何调用circleCI的api

How to call api of circleCI

我最近使用 circleCI 来自动部署我的项目。 问题是我可以通过“https://circleci.com/api/v1.1/project/github/my_account_name/my_project_name", but when I call the same api with project of other organization (this project also included in my github repositories) it show me the error "Project not found": "https://circleci.com/api/v1.1/project/github/user_name/project_name”为我自己的项目调用api。

我通过邮递员称其为 url。 我在这里做错了什么?

谢谢。

终于可以打电话给api了。 api 必须在 circleCI 中包含组织项目的 circle-token: https://circleci.com/api/v1.1/project/github/user_name/project_name?circle-token=created_token"