Github API端点未按预期工作

时间:2015-10-29 14:50:02

标签: javascript node.js github github-api

我们正在构建一个节点应用程序,我们从Github API端点api.github.com/user/issues中获取特定经过身份验证的用户的问题。

这不起作用,当我们在postman(https://www.getpostman.com/)中测试Github API端点时,我们会收到相同的消息:

{
"message": "Not Found",
"documentation_url": "https://developer.github.com/v3"
}

如果有人有使用此终端的经验,我们将非常感谢您的帮助。

1 个答案:

答案 0 :(得分:1)

您的身份验证令牌可能存在问题。在Postman中向Github API发送请求时尝试使用基本身份验证。