【发布时间】:2021-03-01 01:18:06
【问题描述】:
我想从 github 的 graphql api 检索数据,但我不断收到错误消息:
{ message: 'This endpoint requires you to be authenticated.', documentation_url: 'https://docs.github.com/v3/#authentication' }
尽管使用了令牌,但我什至生成了一个新令牌以查看另一个令牌是否损坏。获取数据的脚本可以在https://repl.it/@DukeSanmi/AcrobaticModernLanguage#index.js找到
可能是什么问题?
【问题讨论】:
标签: json github async-await graphql fetch-api