Wherein we introduce the architecture for the main api. At the core is the business logic which does not concern itself with storage or protocol handling. Physical storage is provided via entity specific
services. Protocol concerns are dealt with in the handler layer, currently only JSON over HTTP.
Wherein we introduce the architecture for the main api. At the core is the business logic which does not concern itself with storage or protocol handling. Physical storage is provided via entity specific services. Protocol concerns are dealt with in the handler layer, currently only JSON over HTTP.