Google API Design Guide

基本上 可以看作是 Google 开放的 API 设计指南。

大体上,Google 对外公开的 API 设计有如下几个特点:

  1. resource oriented design
  2. support both gRPC API and REST API
  3. use protobuf for transcoding

看到第一点的时候还是相当震惊的。