Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 407 Bytes

robustness.md

File metadata and controls

10 lines (6 loc) · 407 Bytes

Robustness

Every API implementation and API consumer MUST follow Postel's law:

Be conservative in what you send, be liberal in what you accept.

John Postel

That is, send the necessary minimum and be tolerant as possible while consuming another service (tolerant reader).