Accepted
We need to decide on the communication protocol for the application it's external API.
We will implement an HTTP API (REST) for the application.
- Broad client support
- Human-readable payloads
- Can leverage existing web infrastructure
- Familiar to most developers
- Easier testing and debugging
- Less e