1 个仓库
Code patterns for ensuring correct request and response handling when calling cloud APIs.
Distinct from Cloud API Request Execution: Focuses on the code structure of the API call rather than just the execution of the HTTP request.
Explore 1 awesome GitHub repository matching web development · Implementation Patterns. Refine with filters or upvote what's useful.
本项目是一套使用 Go 编程语言集成 Google Cloud 服务参考实现和代码示例的集合。它作为云服务集成库和开发工具包,提供现成的实现模式以加速云原生软件的创建。 该仓库涵盖云 API 实现和服务编排,提供用于将应用连接到云基础设施的结构化模板。它提供按特定产品功能组织的模块化示例,以指导各种 Google Cloud 服务的集成。 该代码库包含云开发模式,专注于请求处理和多个云服务之间的协调。
Demonstrates correct request and response handling patterns for Google Cloud API implementations.