Data Machine Events
Changelog
All notable changes to Data Machine Events will be documented in this file. [0.49.2] - 2026-07-15 Changed remove consumer coupling...
Public Integration API
Stable function and action surface for downstream plugins and themes that consume Data Machine Events. Consumers should target this contract...
REST API
Data Machine Events exposes a focused REST surface under the datamachine/v1 namespace. Each route is registered in inc/Api/Routes.php and handled...
Ticketmaster Handler
The Ticketmaster handler (inc/Steps/EventImport/Handlers/Ticketmaster/Ticketmaster.php, TicketmasterSettings) plugs into EventImportStep through HandlerRegistrationTrait so it can be selected inside a Data Machine pipeline....
Pagination System
Day-based pagination system for Calendar block ensuring complete day groups are never split across pages. Overview The Pagination system provides...
DoStuff Media API Handler (Deprecated)
This handler has been consolidated into the Universal Web Scraper as the DoStuffExtractor. Previously the handler lived at inc/Steps/EventImport/Handlers/DoStuffMediaApi/DoStuffMediaApi.php. That...