Skip to content
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

Allow to use async HTTP client for concurrent requests #743

Closed
dkarlovi opened this issue Mar 22, 2023 · 1 comment
Closed

Allow to use async HTTP client for concurrent requests #743

dkarlovi opened this issue Mar 22, 2023 · 1 comment
Labels

Comments

@dkarlovi
Copy link

Assuming you want to fetch languages or members of a bunch of projects, you have N+1 API calls to do. It would be nice if we could use async HTTP clients which would allow concurrency here.

@stale
Copy link

stale bot commented Jul 26, 2023

This issue has been automatically marked as stale because there has been no recent activity. It will be closed after 30 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Jul 26, 2023
@stale stale bot closed this as completed Sep 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant