Restico API Explorer

설명

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.

스크린샷

설치

  1. Upload the restico-api-explorer folder to the /wp-content/plugins/ directory, or install directly through the WordPress admin panel.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Access the explorer by navigating to Tools -> REST API Explorer in the WordPress admin panel.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Restico API Explorer”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Restico API Explorer”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.