class Cp8Cli::Github::Api

Public Class Methods

configure(token:) click to toggle source
# File lib/cp8_cli/github/api.rb, line 10
def self.configure(token:)
  self.client = Octokit::Client.new(access_token: token)
end