Sha256: 61db1ee32988a7f1a91c16a103af2af8ebae641d58f6b032889d68e88401dbb2
Contents?: true
Size: 401 Bytes
Versions: 1
Compression:
Stored size: 401 Bytes
Contents
if defined?(require_relative) def require_api(path) require_relative "apis/#{path}" end else def require_api(path) require "github_cli/apis/#{path}" end end %w[ authorization blob collaborator commit download email fork gist hook issue key label milestone pull_request reference repository tag tree watching ].each do |api| require_api api end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
github_cli-0.3.1 | lib/github_cli/apis.rb |