Slide 17
Slide 17 text
Stable APIs
๏ Pick your interface definition language (IDL)
๏ JSON, Protobuf, Thrift, etc.
๏ Pick your transport protocol
๏ HTTP, Thrift, etc.
๏ I like HTTP + JSON, Django is pretty good at it
๏ “Accept” header or “format” param
๏ “Connection: Keep-Alive”