# ============================================================================= # Job·Ka — Groupe KA # Auteur : Simon-Pierre Boucher # Contact : contact@spboucher.ai # Fichier : jobka/connectors/roberthalf.py # Rôle : Connecteur Associé principal (Ressources de gestion) — workday (tenant roberthalf.wd1, site RobertHalfStaffingCareers) # [généré par scripts/gen_connectors.py, flux vérifié le 2026-08-23] # Créé : 2026-08-23 Modifié : 2026-08-23 # ============================================================================= from .workday import WorkdayConnector class RoberthalfConnector(WorkdayConnector): source_id = 'roberthalf' EMPLOYER = 'Associé principal (Ressources de gestion)' TENANT = 'roberthalf' HOST = 'wd1' SITE = 'RobertHalfStaffingCareers'