一个API的新Major版本不能对同一个API之前的主版本产生依赖。一个API在了解其他API的稳定性风险的前提下可以依赖其他的API。一个stable的API版本只能依赖其他API相应的stable版本。 在一段时间内同一个API的不同版本必须要允许在同一个客户端内被同时使用,从而简化客户端从老版本向新版本迁移的过程。一个老版本的A...
介绍Google API Design Guide 是 Google 设计 Cloud APIs 和其他 Google APIs 的设计指南。该指南面向的不仅仅是 REST APIs,同时也适用于 RPC APIs,其中 RPC APIs 主要面向的是 gRPC APIs。面向资源的设计传统…
Now we'll discuss how to set up the v2 API. Getting Started Before you can use the Cloud Support API, do the following: Enable the Cloud Support API by visiting theCloud Support API pagein Google Cloud console and clickingENABLE.
Google 公开了用于创建 HTTP 或 RPC API 的 API 设计指南。对于创建连接 Google Cloud Endpoints 的 gRPC API 的开发人员来说,这些设计原则更值得推荐使用。 早在2014 年,Google 在创建云服务 API 或其它服务 API 时就开始在内部使用了这些设计指南。指南中探讨了 HTTP 或 RPC API 的设计。虽然 HTTP API(也称...
guid=4959002771973945743">Google Makes Public Their API Design Guide Google 公开了用于创建 HTTP 或 RPC API 的 API 设计指南。对于创建连接 Google Cloud Endpoints 的 gRPC API 的开发人员来说,这些设计原则更值得推荐使用。 早在 2014 年,Google 在创建云服务 API 或其它服务 API 时就开始在内部使用了这些...
Google Cloud Pub/Sub API pubsub.googleapis.com服务实现了Goole Cloud Pub/Sub API,它定义了以下资源模型: API服务:pubsub.googleapis.com 一组主题:projects/*/topics/*。 一组订阅:projects/*/subscriptions/*。
Google Cloud Pub/Sub API pubsub.googleapis.com服务实现了Goole Cloud Pub/Sub API,它定义了以下资源模型: API服务:pubsub.googleapis.com 一组主题:projects/*/topics/*。 一组订阅:projects/*/subscriptions/*。 注意:PUB/SUB API的其他实现可能选用了与上面不同的命名规则。
gRPC APIs使用Protocol Buffers来定义它们的API接口,使用API Service Configuration来定义他们的API服务,包括HTTP映射,日志和监控。HTTP映射这个特性被Google APIs和Cloud Endpoints gRPC APIs使用,用于JSON/HTTP和Protocol Buffers/RPC之间的转码。 这份指南是一个活跃的文档,它的内容会随着新风格和新设计模式的采用和批准...
Google Cloud PubSub for PHP Idiomatic PHP client for Cloud Pub/Sub. API documentation NOTE: This repository is part of Google Cloud PHP. Any support requests, bug reports, or development contributions should be directed to that project. A fully-managed real-time messaging service that allows ...
GoogleAPIDesignGuide(⾕歌API设计指南)中⽂版 ⾯向资源的设计 这份设计指南的⽬标是帮助开发⼈员设计简单、⼀致、易⽤的⽹络API。同时,它也有助于收敛基于socket的API和(注:原⽂是with,这⾥翻译为“和”)基于HTTP的REST API。以前,⼈们根据诸如CORBA和Windows COM这样的API接⼝和⽅...