We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
it's currently impossible to do something like this:
https://api.github.com/search/issues?q=repo:aspnet/dnx+repo:aspnet/logging+type:pr+state:open&sort=created&order=desc&per_page=100
with Octokit. The syntax is valid, but we constrain things currently to one repository.
cc @DamianEdwards
The text was updated successfully, but these errors were encountered:
An even better example: https://api.github.com/search/issues?q=repo:aspnet/dnx+repo:aspnet/dnvm+repo:aspnet/Hosting+repo:aspnet/DependencyInjection+repo:aspnet/HttpAbstractions+repo:aspnet/KestrelHttpServer+repo:aspnet/WebListner+repo:aspnet/Helios+repo:aspnet/Logging+repo:aspnet/Configuration+repo:aspnet/Options+repo:aspnet/BasicMiddleware+repo:aspnet/CORS+repo:aspnet/WebSockets+repo:aspnet/Localization+repo:aspnet/ResponseCaching+repo:aspnet/Session+repo:aspnet/FileSystem+repo:aspnet/DataProtection+repo:aspnet/Caching+repo:aspnet/HttpClient+repo:aspnet/UserSecrets+repo:aspnet/homebrew-dnx+repo:aspnet/benchmarks+type:pr+state:open&sort=created&order=desc&per_page=100
Sorry, something went wrong.
:thumbs-up: to this. I need it for a project I am building, and was planning to either call the api myself or loop the requests
No branches or pull requests
it's currently impossible to do something like this:
with Octokit. The syntax is valid, but we constrain things currently to one repository.
cc @DamianEdwards
The text was updated successfully, but these errors were encountered: