In this folder we will highlight some samples on how you can use the mockserver to achieve common goals
- Product Catalog - Simple CRUD operations
- Sales Orders App - Hierarchical structure with parent-child relationships
- Draft Products App - Draft-enabled entity with validation logic
- Multiple Services - Working with multiple OData services
- Custom Actions - Factory actions, bound actions, and functions
- Filter Bar with Value Helps - Value help entities and filter dependencies
- Three-Level Hierarchy - Deep nested structures (Orders → Items → Schedule Lines)
- Recursive Hierarchy - Self-referential entities and recursive expansion
- CDS Views with Parameters - Parameter entities with value helps
- Basic usage - Simple middleware setup
- Tenant-aware mockserver - Handling multiple tenants
- Simple Middleware - Minimum configuration example