Skip to content

CompanyCam/ghx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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