Skip to content
ADP
API Design PrincipleBETA

[ADP-56] Microservice API

Guidance

  • When a system consists of multiple microservices, APIs provided by individual microservices SHOULD be exposed to the public(including api audience = PARTNER_EXTERNAL and PUBLIC_EXTERNAL) through the system's main domain.

design thinking

This helps avoid confusion from having multiple domains.