Files
api-guidelines/core-principles/robustness.md
apidesigner 3137ffb24a Updates core-principles/content-negotiation.md
Auto commit by GitBook Editor
2017-01-31 09:11:32 +00:00

399 B
Raw Blame History

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 as little as possible and be tolerant as possible while consuming another service (tolerant reader).