class Pronto::Github

def client

def client
  @client ||= Octokit::Client.new(api_endpoint: @config.github_api_endpoint,
                                  web_endpoint: @config.github_web_endpoint,
                                  access_token: @config.github_access_token,
                                  auto_paginate: true)
end