在Github APIv3中搜索仓库

问题描述:

我知道如何通过在Github APIv2中提供关键字来搜索存储库,但是在APIv3中有可能吗? http://develop.github.com/p/repo.html 它说 不建议使用此API.请查阅API v3以获取最新文档." 但是我想在APIv3中执行相同的搜索操作.这可能吗? 请帮助.....

I know how to search for a repository by providing key words in Github APIv2 .But is this possible in the APIv3? http://develop.github.com/p/repo.html It says "This API is deprecated. Check out API v3 for the latest documentation." But I would like to do the same search operation in APIv3. Is this possible? Please help.....

当前使用API​​ v3支持存储库搜索.

Repository search is now currently supported using API v3.

可在此处获得该文档.