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