Sha256: 6fec8889b756d8fe34fa019472c9d3307d5aef9a55132b2660eff16feec7c482

Contents?: true

Size: 218 Bytes

Versions: 7

Compression:

Stored size: 218 Bytes

Contents

require "octokit"

module Cp8Cli
  module Github
    class Base
      cattr_accessor :client

      def self.configure(token:)
        self.client = Octokit::Client.new(access_token: token)
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
cp8_cli-4.2.1 lib/cp8_cli/github/base.rb
cp8_cli-4.2.0 lib/cp8_cli/github/base.rb
cp8_cli-4.1.3 lib/cp8_cli/github/base.rb
cp8_cli-4.1.2 lib/cp8_cli/github/base.rb
cp8_cli-4.1.1 lib/cp8_cli/github/base.rb
cp8_cli-4.1.0 lib/cp8_cli/github/base.rb
cp8_cli-4.0.1 lib/cp8_cli/github/base.rb