rest-patterns
✓RESTful API 设计模式、HTTP 语义、缓存和速率限制的快速参考。触发:rest api、http 方法、状态代码、api 设计、端点设计、api 版本控制、速率限制、缓存标头。
SKILL.md
Quick reference for RESTful API design patterns and HTTP semantics.
| GET | Retrieve resource(s) | Yes | Yes | | POST | Create new resource | No | No | | PUT | Replace entire resource | Yes | No | | PATCH | Partial update | Maybe | No | | DELETE | Remove resource | Yes | No |
| 200 | OK | Success with body | | 201 | Created | POST success (add Location header) | | 204 | No Content | Success, no body | | 400 | Bad Request | Invalid syntax | | 401 | Unauthorized | Not authenticated | | 403 | Forbidden | Not authorized | | 404 | Not Found | Resource doesn't exist | | 422 | Unprocessable | Validation error |
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/0xdarkmatter/claude-mods --skill rest-patterns- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 rest-patterns?
RESTful API 设计模式、HTTP 语义、缓存和速率限制的快速参考。触发:rest api、http 方法、状态代码、api 设计、端点设计、api 版本控制、速率限制、缓存标头。 来源:0xdarkmatter/claude-mods。
如何安装 rest-patterns?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/0xdarkmatter/claude-mods --skill rest-patterns 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/0xdarkmatter/claude-mods
详情
- 分类
- </>开发工具
- 来源
- skills.sh
- 收录时间
- 2026-02-01