# ============================================================================= # Job·Ka — Groupe KA # Auteur : Simon-Pierre Boucher # Contact : contact@spboucher.ai # Fichier : jobka/connectors/slihrms.py # Rôle : Connecteur Slihrms — workday (tenant slihrms.wd3, site Careers) # [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 SlihrmsConnector(WorkdayConnector): source_id = 'slihrms' EMPLOYER = 'Slihrms' TENANT = 'slihrms' HOST = 'wd3' SITE = 'Careers'