我想从 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找到获取数据的脚本
可能是什么问题?