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
Installation
- Upload the plugin files to the
/wp-content/plugins/rest-api-route-tester
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- 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.
ContributeursTraduisez « 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