通过API获取Github repo的编程语言和主题

时间:2017-06-06 13:48:10

标签: github-api

如何通过REST API获取Github Repo的 repo-language 主题。我查看了 - https://developer.github.com/v3/下的文档,但无法得到答案。

1 个答案:

答案 0 :(得分:0)

刚刚找到了一种搜索主题的方法,如下所示。当然,它需要一种自定义媒体类型。

来自documentation

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