This API Client made by Ruby is a client that uses the Hacker News API.
$ bundle add hackernews_api_client
see: https://hackernews.api-docs.io/v0/overview/introduction
require "hackernews_api_client"
client = HackernewsApiClient::Client.new
req = HackernewsApiClient::Requests::TopStories.new
res = client.top_stories(req: req)
puts res.as_json
$ bundle install
$ bundle exec rbs collection install
The gem is available as open source under the terms of the MIT License.