REST API Route Tester

Description

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

Captures d’écrans

  • 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

Installation

  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

FAQ

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.

Avis

Il n’y a aucun avis pour cette extension.

Contributeurs/contributrices & développeurs/développeuses

« REST API Route Tester » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.

Contributeurs

Traduisez « REST API Route Tester » dans votre langue.

Le développement vous intéresse ?

Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.

Journal des modifications

1.0.0

  • Initial release