1
我試圖讓GitHub API給我所有的信息,包括評論,對所有問題與特定的標籤。獲取關於標籤的所有問題的所有評論
這裏是我怎樣才能得到這些問題與標籤
curl -i https://api.github.com/repos/hadley/dplyr/issues?label=reprex/
我可以得到一個具體問題的意見與
curl -i https://api.github.com/repos/hadley/dplyr/issues/2396/comments
有沒有辦法在這兩個電話莫名其妙地結合起來?這,例如,不起作用
curl -i https://api.github.com/repos/hadley/dplyr/issues?label=reprex/comments