Wercker API v3 - /builds 端点为空
Wercker API v3 - /builds endpoint is empty
我在 Wercker 上有一个 public 项目:
https://app.wercker.com/xurei/redux-api-react-switch/runs
我想通过 API 列出构建,但它输出一个空数组...
https://app.wercker.com/api/v3/applications/xurei/redux-api-react-switch/builds
我错过了什么?
因此,要获得最后一次运行,您必须使用
https://app.wercker.com/api/v3/runs?applicationId=:your_application_id
你可以找出来
https://app.wercker.com/api/v3/applications/:username/:application
在你的情况下 link (https://app.wercker.com/api/v3/runs?applicationId=591dc80e1ff866010052b3d2) will give you the last 20 runs you can see the rest of the options in the documentation here
我在 Wercker 上有一个 public 项目: https://app.wercker.com/xurei/redux-api-react-switch/runs
我想通过 API 列出构建,但它输出一个空数组... https://app.wercker.com/api/v3/applications/xurei/redux-api-react-switch/builds
我错过了什么?
因此,要获得最后一次运行,您必须使用
https://app.wercker.com/api/v3/runs?applicationId=:your_application_id
你可以找出来
https://app.wercker.com/api/v3/applications/:username/:application
在你的情况下 link (https://app.wercker.com/api/v3/runs?applicationId=591dc80e1ff866010052b3d2) will give you the last 20 runs you can see the rest of the options in the documentation here