重要前提
安装AI Skills的关键前提是:必须科学上网,且开启TUN模式,这一点至关重要,直接决定安装能否顺利完成,在此郑重提醒三遍:科学上网,科学上网,科学上网。查看完整安装教程 →
api-changelog-versioning by secondsky/claude-skills
npx skills add https://github.com/secondsky/claude-skills --skill api-changelog-versioning通过清晰的迁移路径和弃用时间线记录 API 变更。
# API 变更日志
## v3.0.0 (2025-01-15) - 重大变更
### 重大变更
- 响应格式现在遵循 JSON:API 规范
- 认证方式从 API 令牌切换为 JWT Bearer
### 迁移步骤
1. 将基础 URL 更新为 `/api/v3`
2. 将 `Authorization: Token xxx` 替换为 `Authorization: Bearer xxx`
3. 更新响应解析以适应新的封装格式
## v2.5.0 (2024-12-01) - 功能特性
### 新功能
- 订单事件的 Webhook 支持
- 批量操作端点
- 通过 `?fields=` 参数进行字段过滤
### 改进
- /products 端点的响应速度提升 56%
- 增强的错误信息,包含字段特定建议
| 版本 | 状态 | 支持截止日期 |
|---|---|---|
| v3.x | 当前版本 | 完全支持 |
| v2.x | 维护模式 | 2025-06-01 |
| v1.x | 生命周期结束 | 不再支持 |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
## 从 v2 迁移到 v3
### 之前 (v2)
```json
{ "user_name": "john" }
{ "data": { "type": "user", "attributes": { "name": "john" } } }
## 最佳实践
- 提供 3-6 个月的弃用通知期
- 包含变更前后的代码示例
- 显著标记重大变更
- 在可行时保持向后兼容性
- 使用 URL 路径进行版本管理 (`/api/v1/`) 以提高清晰度
每周安装量
65
代码仓库
GitHub 星标数
91
首次出现
2026年1月25日
安全审计
已安装于
claude-code57
gemini-cli53
codex52
opencode51
cursor51
github-copilot49
Document API changes with clear migration paths and deprecation timelines.
# API Changelog
## v3.0.0 (2025-01-15) - Breaking Changes
### Breaking Changes
- Response format now follows JSON:API specification
- Authentication switched from API tokens to JWT Bearer
### Migration Steps
1. Update base URL to `/api/v3`
2. Replace `Authorization: Token xxx` with `Authorization: Bearer xxx`
3. Update response parsing for new envelope format
## v2.5.0 (2024-12-01) - Features
### New Features
- Webhook support for order events
- Batch operations endpoint
- Field filtering via `?fields=` parameter
### Improvements
- 56% faster response times on /products
- Enhanced error messages with field-specific suggestions
| Version | Status | Support Until |
|---|---|---|
| v3.x | Current | Full support |
| v2.x | Maintenance | 2025-06-01 |
| v1.x | EOL | Unsupported |
## Migrating from v2 to v3
### Before (v2)
```json
{ "user_name": "john" }
{ "data": { "type": "user", "attributes": { "name": "john" } } }
## Best Practices
- Provide 3-6 months deprecation notice
- Include before/after code examples
- Mark breaking changes prominently
- Maintain backward compatibility when feasible
- Version via URL path (`/api/v1/`) for clarity
Weekly Installs
65
Repository
GitHub Stars
91
First Seen
Jan 25, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
claude-code57
gemini-cli53
codex52
opencode51
cursor51
github-copilot49
Lark Skill Maker 教程:基于飞书CLI创建AI技能,自动化工作流与API调用指南
41,900 周安装