Add a new CAMARA API
This page documents the repository-derived steps that appear to be required to add a new CAMARA API.
High-level steps
- Create a new service directory under
af_core(seeaf_coreQoD as an example). - Add/extend data models under
common/models. - Register message routing for the new API in AF Core.
AF Core wiring checklist
- Add message types to the main communication service handler registration.
- Register the message type in the request router to call your service handler.