REST API Route Tester

Descrición

REST API Route Tester is a powerful tool for WordPress developers and administrators to test and debug REST API endpoints. It provides a user-friendly interface to:

  • View all registered REST API routes
  • Test routes with different HTTP methods (GET, POST, PUT, DELETE)
  • Switch between different user roles to test permissions
  • Send custom headers and body data
  • View detailed responses including status codes and timing

Capturas

  • Initial view of the UI showing all the fields and response
  • A simple get request to wp core for getting all the posts
  • Create a new tab and go for another request
  • Change role and consider testing route authorization and validation

Instalación

  1. Upload the plugin files to the /wp-content/plugins/rest-api-route-tester directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the Tools->REST Route Tester screen to use the plugin

Preguntas frecuentes

What permissions do I need to use this plugin?

You need to have the ‘manage_options’ capability to use this plugin, which is typically granted to administrators.

Can I test authenticated endpoints?

Yes, you can test authenticated endpoints by selecting different user roles from the dropdown menu.

Comentarios

Non hai recensións para este plugin.

Colaboradores e desenvolvedores

“REST API Route Tester” é un software de código aberto. As seguintes persoas colaboraron con este plugin.

Colaboradores

Traduce “REST API Route Tester” ao teu idioma.

Interesado no desenvolvemento?

Revisa o código, bota unha ollada aorepositorio SVN, ou subscríbete ao log de desenvolvemento por RSS.

Rexistro de cambios

1.0.0

  • Initial release