Build robust API integrations end-to-end, including request/response schema handling, auth strategy, retries, timeout, idempotency, error mapping, and integration tests. Use when users need to connect third-party APIs or internal services safely in production.
Build robust API integrations end-to-end, including request/response schema handling, auth strategy, retries, timeout, idempotency, error mapping, and integration tests. Use when users need to connect third-party APIs or internal services safely in production.
ztskills
未分类communityv1.0.01 版本100000Key: 无需
★ 0
Stars
📥 109
下载
💾 1
安装
1
版本
#latest
概述
API 集成开发助手
Goal
把“能调通”升级为“可上线、可维护、可观测”的 API 集成实现。
Use When
对接第三方接口(支付、短信、物流、AI、CRM 等)
设计内部服务调用层/SDK
需要稳定性(重试、超时、幂等、错误治理)
Required Inputs
API 文档关键点(路径、方法、鉴权、限流)
请求参数与返回示例
运行环境(语言/框架)
业务要求(QPS、超时、失败策略)
安全约束(密钥管理、日志脱敏)
If docs are incomplete, ask for the missing critical fields first.