Please enable JavaScript.
Coggle requires JavaScript to display documents.
TD61 commnication between services - Coggle Diagram
TD61 commnication between services
synchronous
restful
payload is json or (xml)
Use Content-Type and Accept headers
Use url versioning
major breaking changes version in url
API design
Richardson maturity model, level 2
Uset http verbs to perform actions
enables infrastructure as caching for GET
PUT to create, update.. idempotent
POST to create, not idempotent
Documentation
OpanApi 3.0.0
YAML format
Design first approach is favoured
asynchronous
Kafka is mandatory as broker, min 2.0
Documentation
AsyncAPI min 2.0.0
YAML format
Design first approach is favoured