我github_api
在我的 Rails 应用程序中使用 gem,当我向 location 或 repos 个人发送请求时,它会提供完美的输出,但是当我发送(位置和 repos)api 的组合时会给出空结果。我把我的逻辑放在下面,
逻辑:
github = Github.new github.search.users keyword:"location:bangalore repos:1", type:'user',ref:'searchresults'
生成的请求网址是
https://api.github.com/legacy/user/search/location%3Abangalore+repos%3A1?type=user&ref=searchresults
谢谢。