-
Of course I can. One thing I use is https://github.com/octokit/octokit.rb/ for accessing Githubs API. The other is https://github.com/arangamani/jenkins_api_client for Jenkins
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
No need to lose your mind! Here's a solution I whipped up in a couple of minutes using Polyphony, a gem that seems made just for situations like these: https://gist.github.com/ciconia/2beecc22eb34d2be6163567428e4aac8
-
Unfortunately the gem jenkins_api_client uses net-http library directly https://github.com/arangamani/jenkins_api_client/blob/c59970e8530e1e2caa0db3bdec70d1f09e8750b2/lib/jenkins_api_client/client.rb#L423 . This does not allow easy customization.
-
I think this example is exactly what you need: https://github.com/socketry/async-http#multiple-requests
Related posts
-
Automate GitHub API Calls With Ruby, Keyboard Maestro, and 1Password CLI
-
How to get a Telegram chat_id in 2026 — 3 methods that actually work
-
Telegem v3.4.0 is out – Bot API 9.6, Redis store, and looking back at 4.5 months of building
-
Async Ruby is the Future of AI Apps (And It's Already Here)
-
Building a Multi-Connection Redis Server with Ruby's Async Library [Part 1]