
內容簡介
Restico API Explorer 是一款開發者工具,旨在幫助使用者目錄化、記錄和測試 WordPress REST API 端點。使用者可以直接在 WordPress 控制台中探索所有已註冊的路由,無需切換至外部 API 客戶端。
【主要功能】
• 互動式目錄:自動列出所有已註冊的端點,按命名空間分組
• 請求組合器:直接向路由發送 GET、POST、PUT、PATCH 和 DELETE 請求
• 自動填充參數:檢查並自動結構查詢和主體參數
• cURL 生成:瞬間將配置的請求編譯成可執行的 cURL 命令
• Postman 匯出:將請求匯出為標準 Postman 集合(v2.1)以便分享
• 回應分析器:可視化格式化的 JSON 主體、回應標頭、狀態碼及執行指標
外掛標籤
開發者團隊
原文外掛簡介
Restico API Explorer is a developer utility designed to catalog, document, and test your WordPress REST API endpoints. Instead of switching between WordPress and external API clients like Postman or Insomnia, you can explore all registered routes directly within the WordPress dashboard.
Features
Interactive Catalog: Automatically lists all registered endpoints grouped by namespace.
Request Composer: Send GET, POST, PUT, PATCH, and DELETE requests directly to your routes.
Auto-filled Parameters: Inspect and automatically structure query and body parameters.
cURL Generation: Instantly compile your configured request into a ready-to-run cURL command.
Postman Export: Export requests into standard Postman Collections (v2.1) for easy sharing and collaboration.
Response Analyzer: Visualize formatted JSON bodies, response headers, status codes, and execution metrics.
Who can access the REST API Explorer?
Only users with the manage_options capability (typically Administrators) can access the explorer dashboard or make requests through the AJAX helpers.
Does it make external requests?
No, all requests are executed locally within the WordPress system via rest_do_request(), ensuring zero data leakage and maintaining absolute privacy.
1.0.1
Updated request body handling to remain empty by default instead of pre-filling blank schema placeholders.
Add plugin action link
1.0.0
Initial release. Standard compliance refactoring.
