Searching for a repo in Github APIv3

半城伤御伤魂 提交于 2019-12-24 15:42:55

问题


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.....


回答1:


Repository search is now currently supported using API v3.

The documentation is available here.



来源:https://stackoverflow.com/questions/9310657/searching-for-a-repo-in-github-apiv3

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!