Method: Octokit.client

Defined in:
lib/unwrappr/octokit.rb

.clientObject



5
6
7
# File 'lib/unwrappr/octokit.rb', line 5

def self.client
  @client ||= Client.new(access_token: access_token_from_environment)
end