api-versioning
✓API 版本控制策略包括 URL 路径、标头和内容协商。在将 v1 迁移到 v2、处理重大更改、实施弃用或日落策略或管理向后兼容性时使用。
SKILL.md
| URL Path | /api/v1/users | Simple, visible, cacheable | URL pollution | | Header | X-API-Version: 1 | Clean URLs | Hidden, harder to test | | Query Param | ?version=1 | Easy testing | Messy, cache issues | | Content-Type | Accept: application/vnd.api.v1+json | RESTful | Complex |
| Strategy | URL path (/api/v1/) | | Support window | Current + 1 previous | | Deprecation notice | 3 months minimum | | Sunset period | 6 months after deprecation | | Breaking changes | New major version | | Additive changes | Same version (backward compatible) |
url-versioning Keywords: url version, path version, /v1/, /v2/ Solves:
API 版本控制策略包括 URL 路径、标头和内容协商。在将 v1 迁移到 v2、处理重大更改、实施弃用或日落策略或管理向后兼容性时使用。 来源:yonatangross/orchestkit。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/yonatangross/orchestkit --skill api-versioning- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 api-versioning?
API 版本控制策略包括 URL 路径、标头和内容协商。在将 v1 迁移到 v2、处理重大更改、实施弃用或日落策略或管理向后兼容性时使用。 来源:yonatangross/orchestkit。
如何安装 api-versioning?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/yonatangross/orchestkit --skill api-versioning 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/yonatangross/orchestkit
详情
- 分类
- </>开发工具
- 来源
- skills.sh
- 收录时间
- 2026-02-01