如何通过REST API获取Github Repo的 repo-language 和主题。我查看了 - https://developer.github.com/v3/下的文档,但无法得到答案。
答案 0 :(得分:0)
刚刚找到了一种搜索主题的方法,如下所示。当然,它需要一种自定义媒体类型。
curl -H "Authentication: token TOKEN" \
-H "Accept: application/vnd.github.mercy-preview+json" \
https://api.github.com/search/repositories?q=topic:ruby+topic:rails
对于该语言,它只是URL,如:
https://api.github.com/repos/postgres/pgadmin4/languages