Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 328 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 328 Bytes

GHX: GitHub eXtended API Client

Extra classes to support more OO interfaces to the GitHub API. Wraps both the REST API and GraphQL API.

Currently incomplete. Functionality has been built for our existing use-cases, but nothing else.

Installation

gem install ghx

or

gem 'ghx', '~> 0.1.0'

Usage