module Octokit

Wrapper around octokit

Public Class Methods

client() click to toggle source
# File lib/unwrappr/octokit.rb, line 5
def self.client
  @client ||= Client.new(access_token: ENV['GITHUB_TOKEN'])
end