Module: LogCabin::Modules::GithubApi
- Defined in:
- lib/prospectus/helpers/github_api.rb
Overview
Provide an api method for modules to query GitHub
Instance Method Summary collapse
Instance Method Details
#github_api ⇒ Object
8 9 10 |
# File 'lib/prospectus/helpers/github_api.rb', line 8 def github_api cached_clients[@endpoint] ||= Octokit::Client.new(octokit_args) end |