-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SearchService.Repositories doesn't work well #963
Comments
Ah, yes, you are quite right! Thank you, @lizebang! Looking at
Let's open this up for discussion in case my analysis is incorrect since this would be a breaking change to the API. I would like to hear if maybe existing users of this package simply call Edit: My analysis above was not correct... I forgot to call @lizebang is correct below. Now we need a working solution. |
Thank you for your reply, @gmlewis
Is this correct? |
When I use SearchService.Repositories like this, there is a error.
Error:
The right URL is
https://api.github.com/search/repositories?q=language:golang+pushed:%3E2018-01-01+stars:%3E=200&sort=stars&order=desc&page=2&per_page=100
, nothttps://api.github.com/search/repositories?order=desc&page=2&per_page=100&q=language%3Agolang%2Bstars%3A%3E%3D200%2Bpushed%3A%3E%3D2018-01-01&sort=stars
.The text was updated successfully, but these errors were encountered: