Interoperability
- •
What it is
- •
a system's ability to communicate and exchange data with other systems, including those on different platforms
- •
- •
Example
- •
a room-booking system integrating with Google Calendar to remind users of return deadlines
- •
- •
Design approaches
- •
RESTful APIs, XML/JSON data formats, open standards (OAuth, OpenAPI, SOAP, gRPC)
- •
- •