我使用https://github.com/michael/github运行这些行,the GitHub API是{{3}}
的包装器issues.list
label: "high",
(err, issues) ->
createTable issues
它会列出所有问题,而不是标有“高”的问题
答案 0 :(得分:0)
只是答案,不要使用那个API ..这是一个功能性的JQuery
$.ajax
beforeSend: (request) ->
request.setRequestHeader "Authorization", """token #{settings.token}"""
url: """https://api.github.com/repos/#{settings.user}/#{settings.repo}/issues?labels=high"""
dataType: "json"
success: (data) ->
console.log data[0].title