class Pronto::Gitlab

def client

def client
  @client ||= ::Gitlab.client(endpoint: endpoint, private_token: private_token)
end