Status | Description |
---|---|
PENDING | The job has not started yet |
CONFIGURING | The job is running |
DONE | The job has finished correctly |
FAILED | The job has finished unexpectedly |
Authorization: Bearer ********************
curl --location --request GET 'https://api.github.com/setup/api/configcheck' \
--header 'Authorization: Bearer <token>'
{
"progress": [
{
"key": "string",
"status": "string"
}
],
"status": "string"
}
【GitHub】API开发者 微信交流群
用微信扫右侧二维码,加入【GitHub】API开发者 交流群,互助沟通