Services
reviewed: 14 February 2025
Services are scripts that reside in the service folder and are intended to implement web services.
Web services typically implement API end-points and can, for example, be tested with tools such as Postman, Curl or SOAP-UI.
Typical examples of services are:
- API to process new web enquiries
- Call-back web-hook for online payment service
- REST API to access data using REST Protocol
- Etc