📄️ Intro
Entity bundle is responsible for dataset definition. Manages object life cycle (CRUD), access permissions, bulk actions,
📄️ First Entity
Creating entity requires a few things to start:
📄️ Field Attribute
The Field attribute is a little more then just a marker. It gives ability to attach few static properties to the
📄️ Entity API
API for managing Entities is flexible enough to accommodate for most CRUD calls. The idea is to not create separate
📄️ Events
This bundle follows Event Core principals which means that all actions
📄️ Manage interfaces
For programmatic use of the Entity Bundle we have set few interfaces:
📄️ Serialization & Caching
It is important to have adequate serialization technics when sending data across the wire. All API End Points use the