module Hubkit
Main module of the hubkit library. This is generally not used directly, but through a subclass such as Hubkit::IssueCollection
, Hubkit::EventCollection
, Hubkit::Repo
, etc.
Constants
- VERSION
The current version of the
Hubkit
library
Public Class Methods
client()
click to toggle source
Return the Github client used by the library @return [Github::Client] the github API client
# File lib/hubkit.rb, line 29 def client Configuration.client end