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

Use Saloon to asynchronously fetch metadata #31

Open
wants to merge 31 commits into
base: main
Choose a base branch
from

Conversation

chuckadams
Copy link
Contributor

@chuckadams chuckadams commented Nov 17, 2024

Pull Request

What changed?

  • Now using the super-nifty saloon instead of raw guzzle. Specifically using its built-in async pool to support 10 simultaneous downloads.
  • Commands have been reorganized yet again and now follow a category:verb:type scheme, e.g. meta:sync:plugins. This not only reads better, it organizes better in the code.

Why did it change?

to make it go zoom zoom

Did you fix any specific issues?

Closes: #24

CERTIFICATION

By opening this pull request, I do agree to abide by the Code of Conduct and be bound by the terms of the Contribution Guidelines in effect on the date and time of my contribution as proven by the revision information in GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use async guzzle tasks instead of forking processes
1 participant