Scheduling
ApiLinker supports scheduled syncs with flexible scheduling options.
Interval-Based Scheduling
Run syncs at regular intervals:
from apilinker import ApiLinker
linker = ApiLinker(config_path="config.yaml")
linker.add_schedule(interval_minutes=60)
linker.start_scheduled_sync()
Cron Expressions
Use cron expressions for complex schedules:
Configuration
Add scheduling to your YAML config:
Or for cron: