class Pronto::Github

def client

def client
  @client ||= Octokit::Client.new(access_token: access_token)
end