📄️ Designing service-specific interfaces
USoft Definer allows you to make service-specific interfaces to its Rules Engine.
📄️ Modular service (REST, SOAP) development
You can organise USoft applications in such a way that areas of development (development teams) become relatively independent of each other: modular development.
📄️ Versioning custom REST services
This help topic is about versioning custom REST services. You can also version predefined REST services.
📄️ Pagination of custom REST services
Pagination is a good way of handling large API responses, It helps minimise response time and improves the end-user experience. With pagination, large set of data are returned in the form of a series of pages. Pagination implies a default sort order of records. This sort order may be based on a unique identifier, on a creation date value, or on a combination of both. The sort order must not change between two requests if records are also being manipulated (INSERT/DELETE/UPDATE).