Project

hub_link

0.0
Low commit activity in last 3 years
A long-lived project that still receives updates
Fetch raw data from GitHub for metrics
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 5.0
>= 0
~> 2.0
>= 12.3.3

Runtime

 Project Readme

Hub Link

When you just want the loop through all the raw pull request and review data from GitHub (for exporting metrics f.ex).

Usage

Add this line to your application's Gemfile:

gem "hub_link"

Then you can do:

stream = HubLink::Stream.new("balvig/hub_link", since: 3.months.ago)

stream.in_batches do |batch|
  batch.reviews # => [{ id: 54, reviewer: "balvig", approval: true, ... }]
  batch.prs # => [{ id: 34, merge_time: 6400, ... }]
end

Hub Link will loop through the API one page at a time.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/balvig/hub_link. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.