问题
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