Read The Docs Carefully
Continuing with my Ruby language learning journey, I wanted to use it for more than Hello world.
So I decided to try python’s request equivalent.
Since I didn’t know where to begin, I just searched for requests on RubyGems
Turns out Gem by the exact name exists and with description Because Requests for Python is awesome ๐ค
But it isn’t updated in close to 5 years now.
I also wanted to use something native (i.e. not ported from other languages - although nothing wrong with that)