# piotrmurach/github

Ruby interface to GitHub API

Repository: https://github.com/piotrmurach/github
Canonical: https://ross.abutalabs.com/products/piotrmurach-github
Homepage: https://piotrmurach.github.io/github
Language: Ruby
License: MIT
License Family: permissive
Topics: ruby-gem, api-client, github-api, modular, api-navigation, api-wrapper
Last push: 2023-05-13T06:05:32+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5456, "days_push": 1208, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1194, forks 317 (observed 2026-08-28T04:03:56.753139+00:00)

## What it is
A Ruby gem providing a comprehensive, modular client for the official GitHub API. It supports all GitHub API resources with intuitive navigation, OAuth2, pagination, caching, and customizable middleware.

## Use cases
- call the github api from ruby
- list a user's repositories programmatically
- create webhooks on a repo via api
- authenticate to github with oauth2 in ruby
- paginate github api results
- work with github api in a multithreaded ruby app

## When to choose
- you need full coverage of GitHub API endpoints in Ruby
- you want a modular client so you only load the API parts you use
- you need OAuth2, pagination, and caching built in

## When to avoid
- you need a client for a platform other than GitHub
- you prefer octokit, the more widely maintained Ruby GitHub client
- you need actively developed features, as releases have slowed

## Facets
- artifact type: library
- maturity: maintenance
- function: http-client, auth, caching
- domain: apis, developer-tools, version-control
- platform: ruby, cross-platform
- tags: github-api, api-client, api-wrapper, oauth2, pagination, ruby-gem

## Member repositories
- piotrmurach/github (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:56.753139+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:22:10.641922+00:00, confidence not recorded.
  - readme: https://github.com/piotrmurach/github (fetched 2026-08-28T04:03:56.753139+00:00, sha 173a62ec4d41)
  - homepage: https://piotrmurach.github.io/github (fetched 2026-08-29T12:29:12.120644+00:00, sha bc8677e81bcd)
- Data as of 2026-08-30T08:39:29.467469+00:00.
