API & Services

Endpoints, services and scheduling — how to expose dynamic functionality from the #/API/ folder and the services definition file.

The "A­PI" fol­der

Create your custom JSON WEB API by placing JS files that will run server side in the #/API folder.

Ser­vices - sc­hedu­lin­g and event­s

The service definition file in JSON format enables application developers to schedule tasks, handle system events, and manage error responses. Key features include automating recurring tasks (daily, weekly, monthly, yearly), event-driven programming for file or system changes, and robust error handling strategies.