I am trying to find the best GitHub users on # unrealized repositories that have a public email address. When using the / search / users endpoint, it seems that you should pass the request (parameter q=), and when I tried the following, it returned one result:
https://api.github.com/search/users?q=%40&in:email&sort=repositories&order=desc&type=user
I know that my syntax is disabled by the documentation ( here and here ) is not very useful when creating a URI.
Is there any way to indicate that I want to select those users with the most non-forked repositories and with non-zero / empty email fields?
source
share