Facade
Also called: Facade Pattern
An interoperability pattern that provides a simplified, unified interface to a more complex system, service, or collection of components, reducing integration complexity and hiding underlying implementation details.
Explore more about Interoperability Patterns
Related terms
A software component or pattern that enables incompatible systems, interfaces, or protocols to work together by translating requests, responses, or data formats.
API GatewayA service that acts as a single entry point for APIs, routing requests while handling authentication, rate limiting, monitoring, and other cross-cutting concerns.